Skip to content

Commit

Permalink
Put JADX menu entry underneath Vineflower
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Mar 10, 2024
1 parent 3cbcbb5 commit 9f72330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/matcher/srcprocess/BuiltinDecompiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

public enum BuiltinDecompiler {
CFR("CFR", Cfr::new),
JADX("JADX", Jadx::new),
VINEFLOWER("Vineflower", Vineflower::new),
JADX("JADX", Jadx::new),
PROCYON("Procyon", Procyon::new);

BuiltinDecompiler(String name, Supplier<? extends Decompiler> supplier) {
Expand Down

0 comments on commit 9f72330

Please sign in to comment.