diff options
author | Michael Rennie | 2011-04-08 17:03:41 +0000 |
---|---|---|
committer | Michael Rennie | 2011-04-08 17:03:41 +0000 |
commit | d4159f33dbaff7c56d13f2a54b6bab8c4d6a2872 (patch) | |
tree | 648fdf8ace6a18089ea5c2058add31cc17988808 | |
parent | 5d564f2de5b5328a86097dd9a924753f9bbc70e6 (diff) | |
download | eclipse.platform.debug-d4159f33dbaff7c56d13f2a54b6bab8c4d6a2872.tar.gz eclipse.platform.debug-d4159f33dbaff7c56d13f2a54b6bab8c4d6a2872.tar.xz eclipse.platform.debug-d4159f33dbaff7c56d13f2a54b6bab8c4d6a2872.zip |
[nobug] Javadoc update
-rw-r--r-- | org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java index 97f4c0d96..5cc4ef9e8 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2010 IBM Corporation and others. + * Copyright (c) 2000, 2011 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 @@ -205,8 +205,6 @@ public class ExpressionView extends VariablesView { * Returns whether the given selection can be pasted into the expressions * view. * - * @param selection - * the selection to paste * @return whether the given selection can be pasted into the given target */ public boolean canPaste() { @@ -220,8 +218,6 @@ public class ExpressionView extends VariablesView { /** * Pastes the selection into the given target * - * @param selection - * breakpoints * @return whether successful */ public boolean performPaste() { |