Skip to content

Commit

Permalink
Fix some merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth committed Aug 20, 2024
1 parent 72687d6 commit c80be61
Show file tree
Hide file tree
Showing 9 changed files with 680 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public interface IFernflowerPreferences {

@Name("[Experimental] Use old try deduplication")
@Description("Uses the older try deduplication algorithm for methods with obfuscated exceptions, which prefers ")
@Type(Type.BOOLEAN)
@Type(DecompilerOption.Type.BOOLEAN)
String OLD_TRY_DEDUP = "old-try-dedup";

@Name("Include Entire Classpath")
Expand Down
Loading

0 comments on commit c80be61

Please sign in to comment.