Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 27386 invoked from network); 31 Aug 2010 08:52:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 08:52:48 -0000 Received: (qmail 23347 invoked by uid 500); 31 Aug 2010 08:52:48 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 23279 invoked by uid 500); 31 Aug 2010 08:52:45 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 23269 invoked by uid 99); 31 Aug 2010 08:52:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 08:52:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 08:52:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 336022388A74; Tue, 31 Aug 2010 08:51:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r991124 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/DateTimeParser.java Date: Tue, 31 Aug 2010 08:51:27 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100831085127.336022388A74@eris.apache.org> 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