mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01:00
Remove unnecessary code in XMPPTCPConnection
This commit is contained in:
parent
085c3469e9
commit
d5c7eb7349
1 changed files with 0 additions and 2 deletions
|
@ -690,7 +690,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
LOGGER.log(Level.WARNING, "Exception", e);
|
LOGGER.log(Level.WARNING, "Exception", e);
|
||||||
ks = null;
|
ks = null;
|
||||||
pcb = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ("Apple".equals(keyStoreType)) {
|
else if ("Apple".equals(keyStoreType)) {
|
||||||
|
@ -709,7 +708,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
||||||
catch(Exception e) {
|
catch(Exception e) {
|
||||||
LOGGER.log(Level.WARNING, "Exception", e);
|
LOGGER.log(Level.WARNING, "Exception", e);
|
||||||
ks = null;
|
ks = null;
|
||||||
pcb = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue