Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-11-19 23:42:17 +0000
committerDarin Swanson2004-11-19 23:42:17 +0000
commit7c457119391cc88a6e869306ffa95c9de8183518 (patch)
treeb812ad84ba929dcc7e9566b29d416eae33b7663f
parent5dcc1da5e088369f3cbbdc180f036ebf3b50c6c1 (diff)
downloadeclipse.platform.debug-7c457119391cc88a6e869306ffa95c9de8183518.tar.gz
eclipse.platform.debug-7c457119391cc88a6e869306ffa95c9de8183518.tar.xz
eclipse.platform.debug-7c457119391cc88a6e869306ffa95c9de8183518.zip
javadoc
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java2
1 files changed, 1 insertions, 1 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 22d550322..d49797fb5 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
@@ -866,7 +866,7 @@ public interface IDebugUIConstants {
public static final String ATTR_CAPTURE_IN_CONSOLE = PLUGIN_ID + ".ATTR_CONSOLE_OUTPUT_ON"; //$NON-NLS-1$
/**
- * ProcessConsole attribute - if not null the <java.lang.String> value will be a file name. All
+ * ProcessConsole attribute - if not <code>null</code> the <java.lang.String> value will be a file name. All
* output from the launched process will be written to the file.
*
* @since 3.1

Back to the top