mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 06:34:25 +02:00
Remove useless null warning
This commit is contained in:
parent
ee2b7206f1
commit
3264f142cb
@ -296,7 +296,6 @@ public class StringBlock {
|
|||||||
return (m_isUTF8 ? UTF8_DECODER : UTF16LE_DECODER).decode(
|
return (m_isUTF8 ? UTF8_DECODER : UTF16LE_DECODER).decode(
|
||||||
ByteBuffer.wrap(m_strings, offset, length)).toString();
|
ByteBuffer.wrap(m_strings, offset, length)).toString();
|
||||||
} catch (CharacterCodingException ex) {
|
} catch (CharacterCodingException ex) {
|
||||||
LOGGER.log(Level.WARNING, null, ex);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user