Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 33314 invoked from network); 10 Jan 2007 09:38:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 09:38:17 -0000 Received: (qmail 15860 invoked by uid 500); 10 Jan 2007 09:38:19 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 15833 invoked by uid 500); 10 Jan 2007 09:38:19 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 15819 invoked by uid 99); 10 Jan 2007 09:38:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 01:38:19 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 01:38:12 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 96EE91A981A; Wed, 10 Jan 2007 01:37:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r494777 - /directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java Date: Wed, 10 Jan 2007 09:37:12 -0000 To: commits@directory.apache.org From: ersiner@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070110093712.96EE91A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ersiner Date: Wed Jan 10 01:37:11 2007 New Revision: 494777 URL: http://svn.apache.org/viewvc?view=rev&rev=494777 Log: A few simple javadoc improvement. Modified: directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java Modified: directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java?view=diff&rev=494777&r1=494776&r2=494777 ============================================================================== --- directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java (original) +++ directory/trunks/apacheds/core/src/main/java/org/apache/directory/server/core/collective/CollectiveAttributeService.java Wed Jan 10 01:37:11 2007 @@ -286,8 +286,8 @@ /* * TODO: Add change inducing Interceptor methods to track and prevent - * modification of collective attributes over regular entries which are - * not of type collectiveAttributeSubentry. + * modification of collective attributes over entries/subentries + * which are not of type collectiveAttributeSubentry. * * See: http://issues.apache.org/jira/browse/DIRSERVER-821 * See: http://issues.apache.org/jira/browse/DIRSERVER-822