mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-05 20:27:01 +01:00
refactor: suppress last unused method return (#3349)
This commit is contained in:
parent
9c465321f1
commit
77b4229d10
@ -88,6 +88,7 @@ public class ApkDecoder {
|
||||
} catch (BrutException ex) {
|
||||
throw new AndrolibException(ex);
|
||||
}
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
outDir.mkdirs();
|
||||
|
||||
LOGGER.info("Using Apktool " + ApktoolProperties.getVersion() + " on " + mApkInfo.apkFileName);
|
||||
|
Loading…
Reference in New Issue
Block a user