Make sure we close the client when we're done

master
Joshua Sigona 4 years ago
parent 5f5a832770
commit e5d237ce31
  1. BIN
      d4dj_rankTracker.jar
  2. 1
      src/main/java/d4dj/d4dj/App.java
  3. BIN
      target/classes/d4dj/d4dj/App.class

Binary file not shown.

@ -288,6 +288,7 @@ public class App
//System.out.format("Position : %s%n", annotation.getBoundingPoly());
}
}
client.close();
}
//System.out.println(reader);

Loading…
Cancel
Save