aboutsummaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-06 16:49:57 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-06 16:49:57 -0600
commitf90b81e427743be22ba89a1f74a3931e424b26ba (patch)
treec0429580b2606df2bfc9fb8e8edd95b81e4d448b /src/net
parente76be025546c4b335f469d5a40563b7cddafc6b4 (diff)
downloadresurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar
resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar.gz
resurrection-f90b81e427743be22ba89a1f74a3931e424b26ba.tar.bz2
gradle is finally gone
Diffstat (limited to 'src/net')
-rw-r--r--src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java2
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 {
}