Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2004-11-19 23:30:40 +0000
committerDarin Swanson2004-11-19 23:30:40 +0000
commit106039d0a0d8e8a5bcb722583d8940ed73550135 (patch)
treee1df2ce79f9140cab417c2ad90514cc05d390415
parentf7bbcf81fd178dde914eff37c226a75458576a04 (diff)
downloadeclipse.platform.debug-106039d0a0d8e8a5bcb722583d8940ed73550135.tar.gz
eclipse.platform.debug-106039d0a0d8e8a5bcb722583d8940ed73550135.tar.xz
eclipse.platform.debug-106039d0a0d8e8a5bcb722583d8940ed73550135.zip
Javadoc
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java
index 38403f56b..9bf9d4eb9 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java
@@ -182,7 +182,7 @@ public class DebugPlugin extends Plugin {
* available if Eclipse is run on a 1.3 runtime or higher.
* <p>
* A status handler may be registered for this error condition,
- * and should return a Boolean indicating whether the program
+ * and should return a <code>Boolean</code> indicating whether the program
* should be relaunched with the default working directory.
* </p>
*/

Back to the top