Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 525d08a

Browse files
authored
Fix #2
1 parent f304504 commit 525d08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/i5mc/idea/decompiler/Impl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
public interface Impl {
1212

1313
Map<String, String> OPT = new HashMap<String, String>() {{
14+
put("comments", "false");
1415
put("hideutf", "false");
1516
}};
1617

0 commit comments

Comments
 (0)