You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/02/13 20:04:57 UTC

svn commit: r1445860 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java

Author: britter
Date: Wed Feb 13 19:04:57 2013
New Revision: 1445860

URL: http://svn.apache.org/r1445860
Log:
Fix wrong JavaDoc tag - no functional changes

Modified:
    commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java

Modified: commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java?rev=1445860&r1=1445859&r2=1445860&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java (original)
+++ commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java Wed Feb 13 19:04:57 2013
@@ -32,7 +32,7 @@ public interface ClassAccessor<B>
     /**
      * Creates a new instance of type {@code B} by calling the parameterless constructor of the wrapped class.
      *
-     * @para<B> the type of the new instance
+     * @param<B> the type of the new instance
      * @return a {@link BeanAccessor} that wraps the new instance.
      */
     BeanAccessor<B> newInstance();