Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpointManager.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpointManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpointManager.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpointManager.java
index 8f99d3937..4228c4f93 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpointManager.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpointManager.java
@@ -323,7 +323,7 @@ public interface IBreakpointManager {
* Returns whether a workspace has active TriggerPoints
*
* @return return <code>true</code> if a breakpoint has active triggers and
- * cannot suspend and return <code>false> otherwise.
+ * cannot suspend and return <code>false</code> otherwise.
* @since 3.11
*/
boolean hasActiveTriggerPoints();

Back to the top