Author: kkolinko
Date: Wed Oct 15 11:27:34 2014
New Revision: 1631993

URL: http://svn.apache.org/r1631993
Log:
Correct a typo (followup to r1631987)

Modified:
    tomcat/trunk/java/javax/el/BeanNameResolver.java

Modified: tomcat/trunk/java/javax/el/BeanNameResolver.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/BeanNameResolver.java?rev=1631993&r1=1631992&r2=1631993&view=diff
==============================================================================
--- tomcat/trunk/java/javax/el/BeanNameResolver.java (original)
+++ tomcat/trunk/java/javax/el/BeanNameResolver.java Wed Oct 15 11:27:34 2014
@@ -54,7 +54,7 @@ public abstract class BeanNameResolver {
      * is created with the given value.
      *
      * @param beanName The name of the bean to be set/create
-     * @param value    The value of the bean to set/create]
+     * @param value    The value of the bean to set/create
      *
      * @throws PropertyNotWritableException if the bean is read only
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to