1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-14 15:44:52 +02:00

Remove unnecessary code in XMPPTCPConnection

This commit is contained in:
Florian Schmaus 2016-01-20 08:18:45 +01:00
parent 085c3469e9
commit d5c7eb7349

View file

@ -690,7 +690,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
catch (Exception e) {
LOGGER.log(Level.WARNING, "Exception", e);
ks = null;
pcb = null;
}
}
else if ("Apple".equals(keyStoreType)) {
@ -709,7 +708,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
catch(Exception e) {
LOGGER.log(Level.WARNING, "Exception", e);
ks = null;
pcb = null;
}
}