Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-12-12 14:30:37 +0000
committerDarin Wright2006-12-12 14:30:37 +0000
commitc345a8776ba89acd940627928f1c1173e58eed9b (patch)
tree8ee82e5dc7e9c93f9584ac247d8ceba372260379 /org.eclipse.debug.ui
parent70ad8123bc06036b1438db04901149062be22f2b (diff)
downloadeclipse.platform.debug-c345a8776ba89acd940627928f1c1173e58eed9b.tar.gz
eclipse.platform.debug-c345a8776ba89acd940627928f1c1173e58eed9b.tar.xz
eclipse.platform.debug-c345a8776ba89acd940627928f1c1173e58eed9b.zip
Bug 167531 Javadoc warnings in I20061211-1607
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java
index a12e654b2..bbce3c00f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDetailPane.java
@@ -38,7 +38,7 @@ public interface IDetailPane {
* Initializes this detail pane for the given workbench part site. This is the first method
* invoked on a detail pane after instantiation.
*
- * @param workbench The workbench part site that this detail pane has been created in
+ * @param partSite The workbench part site that this detail pane has been created in
*/
public void init(IWorkbenchPartSite partSite);

Back to the top