Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/IDebugConstants.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/IDebugConstants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/IDebugConstants.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/IDebugConstants.java
index 15763c7d4..802262f5e 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/IDebugConstants.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/IDebugConstants.java
@@ -50,7 +50,7 @@ public interface IDebugConstants {
* This attribute is a <code>String<code> corresponding to the identifier
* of a debug model plugin a breakpoint is associated with.
*
- * @see org.eclipse.core.resources.IMarker.getAttribute(String, String)
+ * @see org.eclipse.core.resources.IMarker#getAttribute(String, String)
*/
public static final String MODEL_IDENTIFIER = "modelIdentifier";
@@ -59,7 +59,7 @@ public interface IDebugConstants {
* The attribute is a <code>boolean</code> corresponding to the
* enabled state of a breakpoint.
*
- * @see org.eclipse.core.resources.IMarker.getAttribute(String, boolean)
+ * @see org.eclipse.core.resources.IMarker#getAttribute(String, boolean)
*/
public final static String ENABLED= "enabled";

Back to the top