Skip to content

Commit 8042449

Browse files
authored
Merge pull request #14 from HackTheOxidation/proxy
change of acl-variable to be private final
2 parents 77db80c + 0a98966 commit 8042449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/printserver/server/Proxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.util.List;
55

66
public class Proxy extends PrintServant{
7-
static List<String> acl;
7+
private final List<String> acl;
88

99
public Proxy(List<String> access) throws RemoteException {
1010
super();

0 commit comments

Comments
 (0)