mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Remove no longer required 'deprecation' suppression in debug-slf4j
This commit is contained in:
parent
f11134dc4c
commit
93680e34e2
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ import org.jivesoftware.smack.XMPPConnection;
|
|||
|
||||
import org.slf4j.Logger;
|
||||
|
||||
// TODO: The suppression of deprecated API can be removed in Smack 4.3.
|
||||
@SuppressWarnings("deprecation")
|
||||
class SLF4JLoggingConnectionListener extends AbstractConnectionListener implements ReconnectionListener {
|
||||
private final XMPPConnection connection;
|
||||
private final Logger logger;
|
||||
|
|
Loading…
Reference in a new issue