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 2014/10/26 10:05:10 UTC

svn commit: r1634288 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessor.java

Author: britter
Date: Sun Oct 26 09:05:09 2014
New Revision: 1634288

URL: http://svn.apache.org/r1634288
Log:
Fix typo

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

Modified: commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessor.java
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessor.java?rev=1634288&r1=1634287&r2=1634288&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessor.java (original)
+++ commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/BeanAccessor.java Sun Oct 26 09:05:09 2014
@@ -24,7 +24,7 @@ import java.util.Map;
 /**
  * Provides access to properties and methods of a bean.
  *
- * @param <B> the type of the bean this BeanAcessor is associated with.
+ * @param <B> the type of the bean this BeanAccessor is associated with.
  */
 public interface BeanAccessor<B> {