Skip to content

Commit

Permalink
Merge pull request uavorg#231 from noob-noob/yangminglang
Browse files Browse the repository at this point in the history
add leave out code
  • Loading branch information
zxy0728 committed Mar 23, 2018
2 parents e80f2a2 + 69ba991 commit 7fd23b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ public void failed(HttpClientCallbackResult result) {

protected String[] scanPorts = new String[0];

protected String baseurl = "http://127.0.0.1";

public JVMContainerOSDetector(String cName, String feature, String initHandlerKey, long detectInterval) {

super(cName, feature, initHandlerKey, detectInterval);
Expand Down

0 comments on commit 7fd23b6

Please sign in to comment.