Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53B7CE7B6 for ; Thu, 21 Feb 2013 06:30:37 +0000 (UTC) Received: (qmail 79456 invoked by uid 500); 21 Feb 2013 06:30:36 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 79386 invoked by uid 500); 21 Feb 2013 06:30:36 -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 79375 invoked by uid 99); 21 Feb 2013 06:30:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 06:30:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 21 Feb 2013 06:30:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BDBDE23888CD; Thu, 21 Feb 2013 06:30:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1448521 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/NumberDataType.java Date: Thu, 21 Feb 2013 06:30:13 -0000 To: derby-commits@db.apache.org From: kristwaa@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130221063013.BDBDE23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kristwaa Date: Thu Feb 21 06:30:12 2013 New Revision: 1448521 URL: http://svn.apache.org/r1448521 Log: DERBY-3398: Fixed JavaDoc tag typo. Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/NumberDataType.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/NumberDataType.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/NumberDataType.java?rev=1448521&r1=1448520&r2=1448521&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/NumberDataType.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/NumberDataType.java Thu Feb 21 06:30:12 2013 @@ -593,7 +593,7 @@ public abstract class NumberDataType ext /** * Controls use of old DB2 limits (DERBY-3398). - * @returns false if dictionary is new enough, see DD_Version. + * @return false if dictionary is new enough, see DD_Version. */ private static boolean useDB2Limits() throws StandardException { LanguageConnectionContext lcc =