diff options
author | Darin Swanson | 2001-08-02 15:00:07 +0000 |
---|---|---|
committer | Darin Swanson | 2001-08-02 15:00:07 +0000 |
commit | 0598065cac1904a2b8cb8a18ec60c3169233f222 (patch) | |
tree | 2cccd0b7b44fdc738a43fb2b2cd9c90f9b425f13 | |
parent | 5a72cf4845ca3e0a50dc0ee1e322ed4c10a202d7 (diff) | |
download | eclipse.platform.debug-Jared_Breakpoints.tar.gz eclipse.platform.debug-Jared_Breakpoints.tar.xz eclipse.platform.debug-Jared_Breakpoints.zip |
*** empty log message ***Jared_Breakpoints
-rw-r--r-- | org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpoint.java | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpoint.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpoint.java index a07c488bf..fbf6aff12 100644 --- a/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpoint.java +++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/IBreakpoint.java @@ -37,53 +37,6 @@ public interface IBreakpoint { */
public static final String LINE_NUMBER = "lineNumber";
- /*====================================================================
- * Marker attributes values:
- *====================================================================*/
-
- /**
- * High priority constant (value 2).
- *
- * @see #getAttribute
- */
- public static final int PRIORITY_HIGH = 2;
-
- /**
- * Normal priority constant (value 1).
- *
- * @see #getAttribute
- */
- public static final int PRIORITY_NORMAL = 1;
-
- /**
- * Low priority constant (value 0).
- *
- * @see #getAttribute
- */
- public static final int PRIORITY_LOW = 0;
-
- /**
- * Error severity constant (value 2) indicating an error state.
- *
- * @see #getAttribute
- */
- public static final int SEVERITY_ERROR= 2;
-
- /**
- * Warning severity constant (value 1) indicating a warning.
- *
- * @see #getAttribute
- */
- public static final int SEVERITY_WARNING = 1;
-
- /**
- * Info severity constant (value 0) indicating information only.
- *
- * @see #getAttribute
- */
- public static final int SEVERITY_INFO = 0;
-
-
/**
* Deletes this marker from its associated resource. This method has no
* effect if this marker does not exist.
|