Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1.         finally {
  2.                 try {
  3.                     QuitClient();
  4.                 } catch (IOException ex) {
  5.                     Logger.getLogger(ClientConnection.class.getName()).log(Level.SEVERE, null, ex);
  6.                 }
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement