mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22: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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue