From b7c2bb8416f18f59025d7a6bffbb0743897c562f Mon Sep 17 00:00:00 2001 From: Maddie <52103563+maddie480@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:47:03 +0200 Subject: [PATCH] oh come on wtf --- .../ovh/maddie480/everest/updatechecker/ConnectionUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}