You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2010/03/10 11:08:42 UTC

svn commit: r921277 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/util/ReflectionUtil.java

Author: werpu
Date: Wed Mar 10 10:08:42 2010
New Revision: 921277

URL: http://svn.apache.org/viewvc?rev=921277&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2587
removed typo


Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/util/ReflectionUtil.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/util/ReflectionUtil.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/util/ReflectionUtil.java?rev=921277&r1=921276&r2=921277&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/util/ReflectionUtil.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/util/ReflectionUtil.java Wed Mar 10 10:08:42 2010
@@ -56,7 +56,7 @@ public class ReflectionUtil
             if (name.endsWith("[]"))
             {
                 String nc = name.substring(0, name.length() - 2);
-                //we should route through our shared forName, due to plugins and due to bette4r classloader resolution
+                //we should route through our shared forName, due to plugins and due to better classloader resolution
                 c  = ClassUtils.classForName(nc);
                 //old code left for double checking
                 //c = Class.forName(nc, false, ClassUtils.getContextClassLoader());