Remove no longer required 'deprecation' suppression in debug-slf4j

This commit is contained in:
Florian Schmaus 2018-04-07 21:20:52 +02:00
parent f11134dc4c
commit 93680e34e2
1 changed files with 0 additions and 2 deletions

View File

@ -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;