diff options
author | Jared Burns | 2004-05-14 21:05:44 +0000 |
---|---|---|
committer | Jared Burns | 2004-05-14 21:05:44 +0000 |
commit | e51d8a43fba5e53a5e576c1b8f7b7e0228c4f19b (patch) | |
tree | 5d918d5ba953718612a1eb604ac14534a908c380 | |
parent | 98d085f5a784da06eb960b59aaca0f01f6d2fd1c (diff) | |
download | eclipse.platform.debug-e51d8a43fba5e53a5e576c1b8f7b7e0228c4f19b.tar.gz eclipse.platform.debug-e51d8a43fba5e53a5e576c1b8f7b7e0228c4f19b.tar.xz eclipse.platform.debug-e51d8a43fba5e53a5e576c1b8f7b7e0228c4f19b.zip |
JavaDoc typo
-rw-r--r-- | org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java index b1cfc0bf2..9ebc36cbd 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java @@ -872,7 +872,7 @@ public class LaunchViewContextListener implements IPartListener2, IContextManage } /** - * When the breakpoints view becomes visible, turn on the + * When the launch view becomes visible, turn on the * debug action set. Note that the workbench will handle the * case where the user really doesn't want the action set * enabled - showActionSet(String) will do nothing for an |