Skip to content

Commit b346c7f

Browse files
committed
Change RenameOption enum order
1 parent 0040611 commit b346c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/vimasig/bozar/obfuscator/utils/model/BozarConfig.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public boolean isZipComment() {
8787

8888
public enum RenameOption {
8989
@SerializedName("Off") OFF,
90-
@SerializedName("Invisible") INVISIBLE,
91-
@SerializedName("Alphabet") ALPHABET
90+
@SerializedName("Alphabet") ALPHABET,
91+
@SerializedName("Invisible") INVISIBLE
9292
}
9393

9494
public enum LineNumberOption {

0 commit comments

Comments
 (0)