Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2002-06-12 21:45:54 +0000
committerjszursze2002-06-12 21:45:54 +0000
commit4121e87f8f04efb76b4ca69e2a20ea3963010306 (patch)
tree9dbd6dfc285fb9b23b07ff2c06994f2130cbcf77 /org.eclipse.debug.ui
parentc238fcd79db0a33e05fbeeb9c7b8719752b5ba6d (diff)
downloadeclipse.platform.debug-4121e87f8f04efb76b4ca69e2a20ea3963010306.tar.gz
eclipse.platform.debug-4121e87f8f04efb76b4ca69e2a20ea3963010306.tar.xz
eclipse.platform.debug-4121e87f8f04efb76b4ca69e2a20ea3963010306.zip
cleanup JavaDoc
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
index 21ddf9595..3877ef2bc 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
@@ -340,35 +340,35 @@ public interface IDebugUIConstants {
/**
* Launches view image identifier
*
- * @ since 2.0
+ * @since 2.0
*/
public static final String IMG_VIEW_LAUNCHES= "IMG_VIEW_LAUNCHES"; //$NON-NLS-1$
/**
* Breakpoints view image identifier
*
- * @ since 2.0
+ * @since 2.0
*/
public static final String IMG_VIEW_BREAKPOINTS= "IMG_VIEW_BREAKPOINTS"; //$NON-NLS-1$
/**
* Variables view image identifier
*
- * @ since 2.0
+ * @since 2.0
*/
public static final String IMG_VIEW_VARIABLES= "IMG_VIEW_VARIABLES"; //$NON-NLS-1$
/**
* Expressions view image identifier
*
- * @ since 2.0
+ * @since 2.0
*/
public static final String IMG_VIEW_EXPRESSIONS= "IMG_VIEW_EXPRESSIONS"; //$NON-NLS-1$
/**
* Console view image identifier
*
- * @ since 2.0
+ * @since 2.0
*/
public static final String IMG_VIEW_CONSOLE= "IMG_VIEW_CONSOLE"; //$NON-NLS-1$
@@ -376,7 +376,7 @@ public interface IDebugUIConstants {
/**
* Debug perspective image identifier
*
- * @ since 2.0
+ * @since 2.0
*/
public static final String IMG_PERSPECTIVE_DEBUG= "IMG_PERSPECTIVE_DEBUG"; //$NON-NLS-1$

Back to the top