diff --git a/bin/file.class b/bin/file.class index a79d6c9..bf1b4a4 100644 Binary files a/bin/file.class and b/bin/file.class differ diff --git a/src/file.java b/src/file.java index 7cff0e2..cf10701 100644 --- a/src/file.java +++ b/src/file.java @@ -18,11 +18,11 @@ public class file { private static Properties properties; - public static boolean genoutput; - public static boolean proxyswitch; - public static String proxyfile; + static boolean genoutput; + static boolean proxyswitch; + static String proxyfile; - static boolean start() throws IOException { + protected static boolean start() throws IOException { String file; if (System.getProperty("file") == null || System.getProperty("file") == "" || System.getProperty("file").trim() == "") {