Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-02-05 18:57:00 +0000
committerDarin Wright2007-02-05 18:57:00 +0000
commita3220db94490dd6912169f069acda131f9e01aa1 (patch)
tree1282898779d05273a363a3a60c713a90a05cc433 /org.eclipse.core.variables/src
parent4d23226d0cfe3f64bb9909cc9cd91c34f1776326 (diff)
downloadeclipse.platform.debug-a3220db94490dd6912169f069acda131f9e01aa1.tar.gz
eclipse.platform.debug-a3220db94490dd6912169f069acda131f9e01aa1.tar.xz
eclipse.platform.debug-a3220db94490dd6912169f069acda131f9e01aa1.zip
javaodc error
Diffstat (limited to 'org.eclipse.core.variables/src')
-rw-r--r--org.eclipse.core.variables/src/org/eclipse/core/variables/IValueVariable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/src/org/eclipse/core/variables/IValueVariable.java b/org.eclipse.core.variables/src/org/eclipse/core/variables/IValueVariable.java
index a8b7b1470..8f9483e70 100644
--- a/org.eclipse.core.variables/src/org/eclipse/core/variables/IValueVariable.java
+++ b/org.eclipse.core.variables/src/org/eclipse/core/variables/IValueVariable.java
@@ -57,7 +57,7 @@ public interface IValueVariable extends IStringVariable {
* Sets the value of this variable to the given value.
* Since 3.3, this has no effect if this variable is read only.
*
- * @param variable value
+ * @param value variable value
*/
public void setValue(String value);

Back to the top