diff options
Diffstat (limited to 'libjava/java/beans/Beans.java')
-rw-r--r-- | libjava/java/beans/Beans.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/beans/Beans.java b/libjava/java/beans/Beans.java index 96813d3..762e4d5 100644 --- a/libjava/java/beans/Beans.java +++ b/libjava/java/beans/Beans.java @@ -204,7 +204,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. |