diff --git a/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java b/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java index d0ea8e5f0..793eee130 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/ReconnectionManager.java @@ -233,7 +233,6 @@ public final class ReconnectionManager { /** * The process will try the reconnection until the connection succeed or the user cancel it */ - @SuppressWarnings("deprecation") @Override public void run() { final AbstractXMPPConnection connection = weakRefConnection.get();