mirror of
https://github.com/revanced/smali.git
synced 2025-05-01 15:14:32 +02:00
Git rid of some warnings in smali's main.java
This commit is contained in:
parent
7e25c35df7
commit
dd77ba20f4
@ -329,6 +329,7 @@ public class main {
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
@SuppressWarnings("AccessStaticViaInstance")
|
||||
private static void buildOptions() {
|
||||
Option versionOption = OptionBuilder.withLongOpt("version")
|
||||
.withDescription("prints the version then exits")
|
||||
|
Loading…
x
Reference in New Issue
Block a user