Skip to content

Commit

Permalink
- changing the visibility of internal variables to private
Browse files Browse the repository at this point in the history
  • Loading branch information
emarx committed Apr 24, 2017
1 parent c5b8ff7 commit 4dbac11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbox.kns/src/main/java/org/aksw/kbox/kns/KNSServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

public class KNSServer {

URL url = null;
KNSTable table = null;
private URL url = null;
private KNSTable table = null;

public KNSServer(URL url) throws Exception {
this.url = url;
Expand Down

0 comments on commit 4dbac11

Please sign in to comment.