diff --git a/src/main/java/ovh/maddie480/everest/updatechecker/ConnectionUtils.java b/src/main/java/ovh/maddie480/everest/updatechecker/ConnectionUtils.java index 019cfea..c27b1c1 100755 --- a/src/main/java/ovh/maddie480/everest/updatechecker/ConnectionUtils.java +++ b/src/main/java/ovh/maddie480/everest/updatechecker/ConnectionUtils.java @@ -1,4 +1,4 @@ -0.6.0package ovh.maddie480.everest.updatechecker; +package ovh.maddie480.everest.updatechecker; import org.apache.commons.io.function.IOSupplier; import org.slf4j.Logger; @@ -96,4 +96,4 @@ public static T runWithRetry(IOSupplier task) throws IOException { // 3rd try: this time, if it crashes, let it crash return task.get(); } -} \ No newline at end of file +}