From 189f6c6322d4f9998e77275bbfd21a095491005e Mon Sep 17 00:00:00 2001 From: bonkmaykr Date: Sat, 10 Aug 2024 03:20:54 -0500 Subject: [PATCH] eclipse compiler adjustments --- .idea/workspace.xml | 63 ++++++++++++++++++++++++++ June.java => src/June.java | 0 Scotty.java => src/Scotty.java | 2 - standalone.java => src/standalone.java | 0 vitality4j.iml | 11 +++++ 5 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 .idea/workspace.xml rename June.java => src/June.java (100%) rename Scotty.java => src/Scotty.java (98%) rename standalone.java => src/standalone.java (100%) create mode 100644 vitality4j.iml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4f224ab --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1723277726305 + + + + \ No newline at end of file diff --git a/June.java b/src/June.java similarity index 100% rename from June.java rename to src/June.java diff --git a/Scotty.java b/src/Scotty.java similarity index 98% rename from Scotty.java rename to src/Scotty.java index 6dcf6fd..0b7987a 100644 --- a/Scotty.java +++ b/src/Scotty.java @@ -2,8 +2,6 @@ import java.io.File; import java.io.InputStream; import java.util.ArrayList; import java.util.List; -import java.util.zip.Deflater; -import java.io.RandomAccessFile; public class Scotty { public enum CompressionFormats { diff --git a/standalone.java b/src/standalone.java similarity index 100% rename from standalone.java rename to src/standalone.java diff --git a/vitality4j.iml b/vitality4j.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/vitality4j.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file