From 032d18d8382b290207dfcd5b7f5948f06ccc7e7e Mon Sep 17 00:00:00 2001 From: ObcbO Date: Thu, 31 Mar 2022 09:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E4=BF=AE?= =?UTF-8?q?=E9=A5=B0=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/file.class | Bin 4920 -> 4920 bytes src/file.java | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/file.class b/bin/file.class index a79d6c91d39f1ab9a2f20e0316611516339b7ec6..bf1b4a461053ef714e7387948e7ccccea33ebcae 100644 GIT binary patch delta 36 ncmdm?wnJ@0H@6@Mg8&0B0|NsGgCK;SJcqlVk!Q0G4-Y#4gI5MS delta 36 ncmdm?wnJ@0H@6@sg8&0B0|NsmgCK;SJcqlVkz=zC4-Y#4gL?)# 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() == "") {