Author: britter Date: Sun Feb 17 17:47:27 2013 New Revision: 1447051 URL: http://svn.apache.org/r1447051 Log: Remove unused @param tag to fix checkstyle warning - 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=1447051&r1=1447050&r2=1447051&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 Sun Feb 17 17:47:27 2013 @@ -36,7 +36,6 @@ public interface ClassAccessor<B> * Creates a new instance of type {@code B} by calling the parameterless constructor of the wrapped class. * </p> * - * @param <B> the type of the new instance * @return a {@link BeanAccessor} that wraps the new instance. * @throws BeanInstantiationException if the class wrapped by this {@code ClassAccessor} is not instantiable (for * example if it is a primitive type).