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

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

View file

@ -23,8 +23,6 @@ import org.jivesoftware.smack.XMPPConnection;
import org.slf4j.Logger; 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 { class SLF4JLoggingConnectionListener extends AbstractConnectionListener implements ReconnectionListener {
private final XMPPConnection connection; private final XMPPConnection connection;
private final Logger logger; private final Logger logger;