diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 16:49:57 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 16:49:57 -0600 |
commit | f90b81e427743be22ba89a1f74a3931e424b26ba (patch) | |
tree | c0429580b2606df2bfc9fb8e8edd95b81e4d448b /src/net/brysonsteck/Resurrection | |
parent | e76be025546c4b335f469d5a40563b7cddafc6b4 (diff) | |
download | resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar.gz resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar.bz2 |
gradle is finally gone
Diffstat (limited to 'src/net/brysonsteck/Resurrection')
-rw-r--r-- | src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java index 68cab70..2dfbf76 100644 --- a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java +++ b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java @@ -1,4 +1,4 @@ -package net.brysonsteck.Resurrection; +package net.brysonsteck.Resurrection.startup; public class CheckForUpdate { } |