Skip to content

Commit 7fa51b7

Browse files
SougandhSjukzi
authored andcommitted
Code review changes
1 parent 2468722 commit 7fa51b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpoints/DisableAllBreakpointsAction.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ protected boolean isEnabled() {
4848
DebugUIPlugin.log(e);
4949
}
5050
}
51-
if (breakpoints.length >= 0) {
52-
return false;
53-
}
54-
return true;
51+
return false;
5552
}
5653

5754
@Override

0 commit comments

Comments
 (0)