From 127510692dc1c67a33e1caa2f5cd314ab0d6ed2e Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 3 Oct 2018 20:09:19 +0200 Subject: [PATCH] Remove unnecessary supress "deprecation" warning in ReconnectionManager --- .../main/java/org/jivesoftware/smack/ReconnectionManager.java | 1 - 1 file changed, 1 deletion(-) 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();