You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/02/17 15:05:03 UTC

svn commit: r745080 - /commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/TestResultSet.java

Author: sebb
Date: Tue Feb 17 14:05:02 2009
New Revision: 745080

URL: http://svn.apache.org/viewvc?rev=745080&view=rev
Log:
Javadoc typo

Modified:
    commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/TestResultSet.java

Modified: commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/TestResultSet.java
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/TestResultSet.java?rev=745080&r1=745079&r2=745080&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/TestResultSet.java (original)
+++ commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/TestResultSet.java Tue Feb 17 14:05:02 2009
@@ -44,7 +44,7 @@
 
 /**
  * <p>Mock object that implements enough of <code>java.sql.ResultSet</code>
- * to exercise the {@link ResultSetDyaClass} functionality.</p>
+ * to exercise the {@link ResultSetDynaClass} functionality.</p>
  *
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$