summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/swing/Spring.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/swing/Spring.java')
-rw-r--r--libjava/classpath/javax/swing/Spring.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/javax/swing/Spring.java b/libjava/classpath/javax/swing/Spring.java
index 4255e86f8e6..69c88c77d96 100644
--- a/libjava/classpath/javax/swing/Spring.java
+++ b/libjava/classpath/javax/swing/Spring.java
@@ -189,9 +189,9 @@ public abstract class Spring
/**
* Creates a new SimpleSpring object.
*
- * @param min the constant minimum value.
- * @param pref the constant preferred value.
- * @param max the constant maximum value.
+ * @param newMin the constant minimum value.
+ * @param newPref the constant preferred value.
+ * @param newMax the constant maximum value.
*/
public SimpleSpring(int newMin, int newPref, int newMax)
{
OpenPOWER on IntegriCloud