diff options
Diffstat (limited to 'libjava/classpath/java/beans/Beans.java')
-rw-r--r-- | libjava/classpath/java/beans/Beans.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/beans/Beans.java b/libjava/classpath/java/beans/Beans.java index b3b0a422edd..2f6e0a991a5 100644 --- a/libjava/classpath/java/beans/Beans.java +++ b/libjava/classpath/java/beans/Beans.java @@ -309,7 +309,7 @@ public class Beans * Objects. * * @param bean the Bean to cast. - * @param newClass the Class to cast it to. + * @param newBeanClass the Class to cast it to. * * @return whether the Bean can be cast to the class type * in question. |