NO-JIRA Remove unused private logger field
This commit is contained in:
parent
052bd60da4
commit
76b76c56e9
|
@ -11,7 +11,6 @@
|
|||
package org.apache.activemq.artemis.utils;
|
||||
|
||||
import org.apache.activemq.artemis.logs.ActiveMQUtilLogger;
|
||||
import org.jboss.logging.Logger;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
@ -152,8 +151,6 @@ public class Base64 {
|
|||
*/
|
||||
private static final byte NEW_LINE = (byte) '\n';
|
||||
|
||||
private static final Logger logger = Logger.getLogger(Base64.class);
|
||||
|
||||
/**
|
||||
* Preferred encoding.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue