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 ka...@apache.org on 2010/08/31 10:51:27 UTC

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

Author: kahatlen
Date: Tue Aug 31 08:51:26 2010
New Revision: 991124

URL: http://svn.apache.org/viewvc?rev=991124&view=rev
Log:
DERBY-3173: Fix javadoc warning

Patch contributed by Eranda Sooriyabandara <070468D at gmail dot com>.

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

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DateTimeParser.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DateTimeParser.java?rev=991124&r1=991123&r2=991124&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DateTimeParser.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DateTimeParser.java Tue Aug 31 08:51:26 2010
@@ -185,7 +185,6 @@ class DateTimeParser
     /**
      * Check that we are at the end of the string: that the rest of the characters, if any, are blanks.
      *
-     * @return the original string with trailing blanks trimmed off.
      * @exception StandardException if there are more non-blank characters.
      */
     void checkEnd() throws StandardException