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.java5
1 files changed, 3 insertions, 2 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 c10b34d73..9b6514520 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
@@ -86,8 +86,9 @@ public interface IBreakpointManager {
public boolean isRegistered(IBreakpoint breakpoint);
/**
- * Notifies all registered listeners that this breakpoint has changed.
- * Has no effect if the given breakpoint is not currently registered.
+ * Notifies all registered listeners that the given
+ * breakpoint has changed. Has no effect if the given
+ * breakpoint is not currently registered.
*
* This method is intended to be used when a breakpoint
* attribute is changed that does not alter the breakpoint's

Back to the top