Skip to content

Commit 2cd0f2c

Browse files
committed
oops, meant to undo this
1 parent a541120 commit 2cd0f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/jetbrains/java/decompiler/main/rels/ClassWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class ClassWrapper {
2828
// Sometimes when debugging you want to be able to only analyze a specific method.
2929
// When not null, this skips processing of every method except the one with the name specified.
30-
private static final String DEBUG_METHOD_FILTER = "test";
30+
private static final String DEBUG_METHOD_FILTER = null;
3131
private final StructClass classStruct;
3232
private final Set<String> hiddenMembers = new HashSet<>();
3333
private final VBStyleCollection<Exprent, String> staticFieldInitializers = new VBStyleCollection<>();

0 commit comments

Comments
 (0)