We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0040611 commit b346c7fCopy full SHA for b346c7f
src/main/java/com/vimasig/bozar/obfuscator/utils/model/BozarConfig.java
@@ -87,8 +87,8 @@ public boolean isZipComment() {
87
88
public enum RenameOption {
89
@SerializedName("Off") OFF,
90
- @SerializedName("Invisible") INVISIBLE,
91
- @SerializedName("Alphabet") ALPHABET
+ @SerializedName("Alphabet") ALPHABET,
+ @SerializedName("Invisible") INVISIBLE
92
}
93
94
public enum LineNumberOption {
0 commit comments