mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Remove unnecessary supress "deprecation" warning in ReconnectionManager
This commit is contained in:
parent
e4aacf3e77
commit
127510692d
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue