mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
style: remove unused LOGGER for PullStreamDecoder
This commit is contained in:
@ -19,7 +19,6 @@ package brut.androlib.res.decoder;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import brut.androlib.err.AXmlDecodingException;
|
||||
import brut.androlib.err.RawXmlEncounteredException;
|
||||
@ -157,6 +156,4 @@ public class XmlPullStreamDecoder implements ResStreamDecoder {
|
||||
|
||||
private final XmlPullParser mParser;
|
||||
private final ExtXmlSerializer mSerial;
|
||||
|
||||
private final static Logger LOGGER = Logger.getLogger(XmlPullStreamDecoder.class.getName());
|
||||
}
|
||||
|
Reference in New Issue
Block a user