From 32395bb80f58933f6870d1cadf1d7d9aa988de45 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Mon, 12 Sep 2016 14:57:18 +0200 Subject: Bug 488664: [Breakpoints] Ability to set up Breakpoint dependency fixed Javadoc error from build set reasonable Javadoc compiler settings--- .../core/org/eclipse/debug/core/model/IBreakpoint.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'org.eclipse.debug.core/core') diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpoint.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpoint.java index cc30adab6..c59601c0f 100644 --- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpoint.java +++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpoint.java @@ -219,7 +219,7 @@ public interface IBreakpoint extends IAdaptable { /** * Returns whether this breakpoint is defined as the trigger point in the - * workspace + * workspace. * * @return whether this breakpoint is a trigger point * @exception CoreException if unable to access the associated attribute on @@ -232,8 +232,8 @@ public interface IBreakpoint extends IAdaptable { /** * Sets whether this breakpoint is to be treated as a trigger point for the - * workspace. If it is a trigger point TRIGGERPOINT attribute - * on this breakpoint's marker is set to true. + * workspace. If it is a trigger point, then the TRIGGERPOINT + * attribute on this breakpoint's marker is set to true. * * @param trigger whether this breakpoint is to be treated as trigger point * for the workspace @@ -249,7 +249,7 @@ public interface IBreakpoint extends IAdaptable { * is active TRIGGERPOINTACTIVE attribute on this breakpoint's * marker is set to true. * - * @param trigger whether this breakpoint is to be treated as trigger point + * @param active whether this breakpoint is to be treated as trigger point * for the workspace * @exception CoreException if unable to set the associated attribute on * this breakpoint's underlying marker. -- cgit v1.2.3