Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 64891 invoked from network); 14 Jul 2008 11:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 11:48:20 -0000 Received: (qmail 98578 invoked by uid 500); 14 Jul 2008 11:48:20 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 98506 invoked by uid 500); 14 Jul 2008 11:48:20 -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 98497 invoked by uid 99); 14 Jul 2008 11:48:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 04:48:20 -0700 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; Mon, 14 Jul 2008 11:47:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA9072388A39; Mon, 14 Jul 2008 04:47:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r676556 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/GrantRoleConstantAction.java Date: Mon, 14 Jul 2008 11:47:29 -0000 To: derby-commits@db.apache.org From: dag@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080714114729.DA9072388A39@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dag Date: Mon Jul 14 04:47:28 2008 New Revision: 676556 URL: http://svn.apache.org/viewvc?rev=676556&view=rev Log: Oneline javadoc fix. Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/GrantRoleConstantAction.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/GrantRoleConstantAction.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/GrantRoleConstantAction.java?rev=676556&r1=676555&r2=676556&view=diff ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/GrantRoleConstantAction.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/GrantRoleConstantAction.java Mon Jul 14 04:47:28 2008 @@ -31,6 +31,7 @@ import org.apache.derby.iapi.sql.dictionary.RoleGrantDescriptor; import org.apache.derby.iapi.sql.dictionary.DataDictionary; import org.apache.derby.iapi.sql.dictionary.RoleClosureIterator; +import org.apache.derby.iapi.sql.execute.ConstantAction; import org.apache.derby.iapi.store.access.TransactionController; import org.apache.derby.shared.common.reference.SQLState; import org.apache.derby.iapi.services.sanity.SanityManager;