You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by mi...@apache.org on 2006/06/06 20:08:03 UTC

svn commit: r412181 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/Like.java

Author: mikem
Date: Tue Jun  6 11:08:02 2006
New Revision: 412181

URL: http://svn.apache.org/viewvc?rev=412181&view=rev
Log:
javadoc fix: @returns changed to @return.


Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/Like.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/Like.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/Like.java?rev=412181&r1=412180&r2=412181&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/Like.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/Like.java Tue Jun  6 11:08:02 2006
@@ -1111,7 +1111,7 @@
 	 * 
 	 * @param string	The string to pad
 	 * @param len		Max number of characters to pad to
-	 * @returns the string padded with 0s up to the given length
+	 * @return the string padded with 0s up to the given length
 	 */
 	private static String padWithNulls(String string, int len) 
 	{