summaryrefslogtreecommitdiff
path: root/java/beans/Beans.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/beans/Beans.java')
-rw-r--r--java/beans/Beans.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/beans/Beans.java b/java/beans/Beans.java
index 20c47f9bc..0816c9bfc 100644
--- a/java/beans/Beans.java
+++ b/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.