Skip to content

Commit

Permalink
Remove unnecessary code in XMPPTCPConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Jan 23, 2016
1 parent 085c346 commit d5c7eb7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ private void proceedTLSReceived() throws NoSuchAlgorithmException, CertificateEx
catch (Exception e) {
LOGGER.log(Level.WARNING, "Exception", e);
ks = null;
pcb = null;
}
}
else if ("Apple".equals(keyStoreType)) {
Expand All @@ -709,7 +708,6 @@ else if (keyStoreType != null){
catch(Exception e) {
LOGGER.log(Level.WARNING, "Exception", e);
ks = null;
pcb = null;
}
}

Expand Down

0 comments on commit d5c7eb7

Please sign in to comment.