refactor: suppress last unused method return (#3349)

This commit is contained in:
Connor Tumbleson 2023-09-30 07:33:06 -04:00 committed by GitHub
parent 9c465321f1
commit 77b4229d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);