From commits-return-10730-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Wed Nov 01 19:19:58 2006 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 36950 invoked from network); 1 Nov 2006 19:19:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 19:19:57 -0000 Received: (qmail 58444 invoked by uid 500); 1 Nov 2006 19:20:08 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 58416 invoked by uid 500); 1 Nov 2006 19:20:08 -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 58405 invoked by uid 99); 1 Nov 2006 19:20:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 11:20:08 -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, 01 Nov 2006 11:19:56 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9C83E1A9846; Wed, 1 Nov 2006 11:19:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r470043 - /directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/NamespaceTools.java Date: Wed, 01 Nov 2006 19:19:32 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061101191932.9C83E1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed Nov 1 11:19:31 2006 New Revision: 470043 URL: http://svn.apache.org/viewvc?view=rev&rev=470043 Log: Fixed javadoc. NOTE : this class contains a LOT of dead code ... Modified: directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/NamespaceTools.java Modified: directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/NamespaceTools.java URL: http://svn.apache.org/viewvc/directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/NamespaceTools.java?view=diff&rev=470043&r1=470042&r2=470043 ============================================================================== --- directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/NamespaceTools.java (original) +++ directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/NamespaceTools.java Wed Nov 1 11:19:31 2006 @@ -31,7 +31,6 @@ * * @author Apache Directory Project * @version $Revision$ - * @testcase test.ldapdd.util.TestNamespaceTools */ public class NamespaceTools { @@ -158,7 +157,7 @@ /** * Generates the string representation of a name. * - * @task what the hell are these functions for if toString on a Name returns + * TODO what the hell are these functions for if toString on a Name returns * the string representation for me? * @param a_name * the Name object to convert to a string. @@ -512,9 +511,9 @@ /** * Checks to see if a name has name complex name components in it. * - * @param name - * @return - * @throws NamingException + * @param name The name to check + * @return true if the name has composite components + * @throws NamingException If the name is invalid */ public static boolean hasCompositeComponents( String name ) throws NamingException {