mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02: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…
Add table
Add a link
Reference in a new issue