mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 06:04:25 +02: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) {
|
} catch (BrutException ex) {
|
||||||
throw new AndrolibException(ex);
|
throw new AndrolibException(ex);
|
||||||
}
|
}
|
||||||
|
//noinspection ResultOfMethodCallIgnored
|
||||||
outDir.mkdirs();
|
outDir.mkdirs();
|
||||||
|
|
||||||
LOGGER.info("Using Apktool " + ApktoolProperties.getVersion() + " on " + mApkInfo.apkFileName);
|
LOGGER.info("Using Apktool " + ApktoolProperties.getVersion() + " on " + mApkInfo.apkFileName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user