Skip to content

Commit 4dbac11

Browse files
author
emarx
committed
- changing the visibility of internal variables to private
1 parent c5b8ff7 commit 4dbac11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kbox.kns/src/main/java/org/aksw/kbox/kns/KNSServer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
public class KNSServer {
66

7-
URL url = null;
8-
KNSTable table = null;
7+
private URL url = null;
8+
private KNSTable table = null;
99

1010
public KNSServer(URL url) throws Exception {
1111
this.url = url;

0 commit comments

Comments
 (0)