1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00

Remove unnecessary supress "deprecation" warning in ReconnectionManager

This commit is contained in:
Florian Schmaus 2018-10-03 20:09:19 +02:00
parent e4aacf3e77
commit 127510692d

View file

@ -233,7 +233,6 @@ public final class ReconnectionManager {
/** /**
* The process will try the reconnection until the connection succeed or the user cancel it * The process will try the reconnection until the connection succeed or the user cancel it
*/ */
@SuppressWarnings("deprecation")
@Override @Override
public void run() { public void run() {
final AbstractXMPPConnection connection = weakRefConnection.get(); final AbstractXMPPConnection connection = weakRefConnection.get();