Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-06-02 14:07:50 +0000
committerMichael Rennie2008-06-02 14:07:50 +0000
commit757ba6464b5242891e565ed60866d1779b5558ce (patch)
treed39e100241f846ce749e8cc3ad4d2a4d1d9c5a8a
parent5b9d2d1a464ca8b2eee1edf00f3a48a2ba402193 (diff)
downloadeclipse.platform.debug-757ba6464b5242891e565ed60866d1779b5558ce.tar.gz
eclipse.platform.debug-757ba6464b5242891e565ed60866d1779b5558ce.tar.xz
eclipse.platform.debug-757ba6464b5242891e565ed60866d1779b5558ce.zip
Bug 234642 Javadoc of ILaunchesListener should link to ILaunchListener
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchesListener.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchesListener.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchesListener.java
index 9d5b134a8..1156b912f 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchesListener.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchesListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@ package org.eclipse.debug.core;
* when a process or debug target is added to a launch,
* listeners are notified of a change.
* <p>
- * This interface is analogous to <code>ILaunchListerner</code>, except
+ * This interface is analogous to {@link ILaunchListener}, except
* notifications are batched to include more than one launch object
* when possible.
* </p>
@@ -30,6 +30,7 @@ package org.eclipse.debug.core;
* </p>
* @see org.eclipse.debug.core.ILaunch
* @see org.eclipse.debug.core.ILaunchManager
+ * @see ILaunchesListener
* @see ILaunchesListener2
* @since 2.1
*/

Back to the top