Skip to content

Commit

Permalink
fix jfDataLoggerPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Jul 3, 2017
1 parent 81b999c commit fe542fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/jfdataloggerplus/src/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public byte[] getResource(String url) {
return null;
}

public void clientDisconnected(WebUIClient client) {
}
public void clientConnected(WebUIClient client) {}
public void clientDisconnected(WebUIClient client) {}

}

0 comments on commit fe542fe

Please sign in to comment.