mirror of
https://github.com/revanced/smali.git
synced 2025-05-02 15:44:30 +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);
|
System.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("AccessStaticViaInstance")
|
||||||
private static void buildOptions() {
|
private static void buildOptions() {
|
||||||
Option versionOption = OptionBuilder.withLongOpt("version")
|
Option versionOption = OptionBuilder.withLongOpt("version")
|
||||||
.withDescription("prints the version then exits")
|
.withDescription("prints the version then exits")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user