Make sure we close the client when we're done

This commit is contained in:
Joshua Sigona 2021-02-28 07:47:14 +09:00
parent 5f5a832770
commit e5d237ce31
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

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

Binary file not shown.