Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 82750 invoked from network); 24 Dec 2009 18:08:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Dec 2009 18:08:59 -0000 Received: (qmail 55198 invoked by uid 500); 24 Dec 2009 18:08:59 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 55147 invoked by uid 500); 24 Dec 2009 18:08:59 -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 55138 invoked by uid 99); 24 Dec 2009 18:08:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2009 18:08:59 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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, 24 Dec 2009 18:08:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0C8E023888EC; Thu, 24 Dec 2009 18:08:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r893795 - in /db/derby/code/trunk/java/engine/org/apache/derby: iapi/sql/dictionary/DataDictionary.java impl/sql/catalog/DataDictionaryImpl.java Date: Thu, 24 Dec 2009 18:08:31 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091224180832.0C8E023888EC@eris.apache.org> Author: rhillegas Date: Thu Dec 24 18:08:30 2009 New Revision: 893795 URL: http://svn.apache.org/viewvc?rev=893795&view=rev Log: DERBY-651: Fix javadoc problem. Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java?rev=893795&r1=893794&r2=893795&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java Thu Dec 24 18:08:30 2009 @@ -2026,7 +2026,7 @@ * @param objectUUID ID of the object being protected * @param objectType Type of the object (e.g., PermDescriptor.SEQUENCE_TYPE) * @param privilege The kind of privilege needed (e.g., PermDescriptor.USAGE_PRIV) - * @param granteeAuthid The user who needs the permission + * @param granteeAuthId The user who needs the permission * * @return The descriptor of the permissions for the object * Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java?rev=893795&r1=893794&r2=893795&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java Thu Dec 24 18:08:30 2009 @@ -12843,7 +12843,7 @@ * @param objectUUID The id of the protected object * @param objectType Type of the object (e.g., SEQUENCE) * @param privilege The kind of privilege needed (e.g., PermDescriptor.USAGE_PRIV) - * @param granteeAuthid The user or role who wants to have permission on this object + * @param granteeAuthId The user or role who wants to have permission on this object * * @return The descriptor of the permissions for the object *