Skip to content

Commit

Permalink
修改权限修饰符
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctiro committed Mar 31, 2022
1 parent d048a55 commit 032d18d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified bin/file.class
Binary file not shown.
8 changes: 4 additions & 4 deletions src/file.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() == "") {
Expand Down

0 comments on commit 032d18d

Please sign in to comment.