diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 16:43:56 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 16:43:56 -0600 |
commit | e76be025546c4b335f469d5a40563b7cddafc6b4 (patch) | |
tree | 0bcda908c9415612e7ad5f9d97e5f821e4b996b4 /src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java | |
parent | f46b9daae4679e00603d4c3eae086a5ff362debe (diff) | |
download | resurrection-e76be025546c4b335f469d5a40563b7cddafc6b4.tar resurrection-e76be025546c4b335f469d5a40563b7cddafc6b4.tar.gz resurrection-e76be025546c4b335f469d5a40563b7cddafc6b4.tar.bz2 |
removed all gradle stuff
Diffstat (limited to 'src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java')
-rw-r--r-- | src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java new file mode 100644 index 0000000..68cab70 --- /dev/null +++ b/src/net/brysonsteck/Resurrection/startup/CheckForUpdate.java @@ -0,0 +1,4 @@ +package net.brysonsteck.Resurrection; + +public class CheckForUpdate { +} |