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$