Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-04-13 05:39:05 +0000
committerAlexander Kurtakov2019-04-13 05:39:05 +0000
commit11b49a9a13e40c02ddea053664cdad25021a6d71 (patch)
treeae76d660f09d7ea80e720b14202ce3cc8f6b2490
parent83b847565d2cf40e995200950f8d4b9558b1ce91 (diff)
downloadeclipse.platform.debug-11b49a9a13e40c02ddea053664cdad25021a6d71.tar.gz
eclipse.platform.debug-11b49a9a13e40c02ddea053664cdad25021a6d71.tar.xz
eclipse.platform.debug-11b49a9a13e40c02ddea053664cdad25021a6d71.zip
Really fix the AbstractDebugView see tag syntax. Change-Id: Ic17119314fa2992e537b6353a0499cd97746bbd8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
index d924eb63a..ea5438a74 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
@@ -570,7 +570,7 @@ public abstract class AbstractDebugView extends PageBookView implements IDebugVi
/**
* @see IDebugView#getContextMenuManager()
- * @see AbstractDebugView.getContextMenuManagers()
+ * @see AbstractDebugView#getContextMenuManagers()
*
* @deprecated
*/

Back to the top