Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 91221 invoked from network); 18 Oct 2009 19:27:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Oct 2009 19:27:58 -0000 Received: (qmail 22314 invoked by uid 500); 18 Oct 2009 19:27:58 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 22298 invoked by uid 500); 18 Oct 2009 19:27:58 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 22288 invoked by uid 99); 18 Oct 2009 19:27:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Oct 2009 19:27:58 +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; Sun, 18 Oct 2009 19:27:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7EF022388906; Sun, 18 Oct 2009 19:27:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r826505 - /incubator/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBReader.java Date: Sun, 18 Oct 2009 19:27:35 -0000 To: empire-db-commits@incubator.apache.org From: francisdb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091018192735.7EF022388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: francisdb Date: Sun Oct 18 19:27:35 2009 New Revision: 826505 URL: http://svn.apache.org/viewvc?rev=826505&view=rev Log: small javadoc fix Modified: incubator/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBReader.java Modified: incubator/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBReader.java URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBReader.java?rev=826505&r1=826504&r2=826505&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBReader.java (original) +++ incubator/empire-db/trunk/empire-db/src/main/java/org/apache/empire/db/DBReader.java Sun Oct 18 19:27:35 2009 @@ -696,7 +696,7 @@ * Returns the result of a query as a list of objects. * * @param t the class type of the objects in the list - * @param maxCount the maximum number of objects + * @param maxItems the maximum number of objects * * @return the list of */