From 93680e34e27e9f9e71d5a7b015e65e0e5537afbb Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 7 Apr 2018 21:20:52 +0200 Subject: [PATCH] Remove no longer required 'deprecation' suppression in debug-slf4j --- .../smackx/debugger/slf4j/SLF4JLoggingConnectionListener.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/smack-debug-slf4j/src/main/java/org/jivesoftware/smackx/debugger/slf4j/SLF4JLoggingConnectionListener.java b/smack-debug-slf4j/src/main/java/org/jivesoftware/smackx/debugger/slf4j/SLF4JLoggingConnectionListener.java index 0c8db5ce4..d92efd866 100644 --- a/smack-debug-slf4j/src/main/java/org/jivesoftware/smackx/debugger/slf4j/SLF4JLoggingConnectionListener.java +++ b/smack-debug-slf4j/src/main/java/org/jivesoftware/smackx/debugger/slf4j/SLF4JLoggingConnectionListener.java @@ -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;