Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2002-06-12 19:07:44 +0000
committerjszursze2002-06-12 19:07:44 +0000
commit4da0545d67ef9ef63b622d57e4418793cf7e12fd (patch)
treeedc7440dae9e2ac27cf8caf1d38af6037a39660f
parent785c27c9ca0fabd44e1215673cd257a2df945cc0 (diff)
downloadeclipse.platform.debug-4da0545d67ef9ef63b622d57e4418793cf7e12fd.tar.gz
eclipse.platform.debug-4da0545d67ef9ef63b622d57e4418793cf7e12fd.tar.xz
eclipse.platform.debug-4da0545d67ef9ef63b622d57e4418793cf7e12fd.zip
cleanup JavaDoc
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java
index a248fb885..62e5bfcd5 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java
@@ -101,7 +101,7 @@ public interface ILaunchConfigurationWorkingCopy extends ILaunchConfiguration, I
* was created from, or <code>null</code> if this is a new
* working copy created from a launch configuration type.
*
- * @return launch configuration, or <code>null</code>
+ * @return the original launch configuration, or <code>null</code>
*/
public ILaunchConfiguration getOriginal();

Back to the top