Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 88741 invoked from network); 21 Apr 2005 12:45:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2005 12:45:41 -0000 Received: (qmail 57588 invoked by uid 500); 21 Apr 2005 12:45:54 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 57575 invoked by uid 500); 21 Apr 2005 12:45:54 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 57571 invoked by uid 99); 21 Apr 2005 12:45:54 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 21 Apr 2005 05:45:54 -0700 Received: (qmail 88738 invoked by uid 65534); 21 Apr 2005 12:45:39 -0000 Message-ID: <20050421124539.88737.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r164050 - /incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/NodeTypeUtil.java Date: Thu, 21 Apr 2005 12:45:39 -0000 To: jackrabbit-cvs@incubator.apache.org From: mreutegg@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mreutegg Date: Thu Apr 21 05:45:38 2005 New Revision: 164050 URL: http://svn.apache.org/viewcvs?rev=3D164050&view=3Drev Log: Fix javadoc style. Modified: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/node= type/NodeTypeUtil.java Modified: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/ap= i/nodetype/NodeTypeUtil.java URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/src/test/org/= apache/jackrabbit/test/api/nodetype/NodeTypeUtil.java?rev=3D164050&r1=3D164= 049&r2=3D164050&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/node= type/NodeTypeUtil.java (original) +++ incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/node= type/NodeTypeUtil.java Thu Apr 21 05:45:38 2005 @@ -47,19 +47,19 @@ /** * Locate a child node def parsing all node types * - * @param session: the session to access the node typ= es - * @param regardDefaultPrimaryType: if true, the default primary type = of the - * returned NodeDef is - * according to param defaultPr= imaryType. - * If false, the returned NodeD= ef - * might have a default primary type = or - * not. - * @param defaultPrimaryType: if regardDefaultPrimaryType<= /code> - * is true: if true, the returned - * NodeDef has a default - * primary type, else not - * @param residual: if true, the returned NodeDe= f - * is of the residual name "*", else = not + * @param session the session to access the node types + * @param regardDefaultPrimaryType if true, the default primary type o= f the + * returned NodeDef is + * according to param defaultPri= maryType. + * If false, the returned NodeDe= f + * might have a default primary type or + * not. + * @param defaultPrimaryType if regardDefaultPrimaryType + * is true: if true, the returned + * NodeDef has a default + * primary type, else not + * @param residual if true, the returned NodeDef= + * is of the residual name "*", else n= ot * @return * @throws RepositoryException */ @@ -128,11 +128,11 @@ /** * Locate a child node def parsing all node types * - * @param session: the session to access the node types - * @param isProtected: if true, the returned NodeDef is - * protected, else not - * @param mandatory: if true, the returned NodeDef is - * mandatory, else not + * @param session the session to access the node types + * @param isProtected if true, the returned NodeDef is + * protected, else not + * @param mandatory if true, the returned NodeDef is + * mandatory, else not * @return the first NodeDef found fitting the requiremen= ts */ public static NodeDefinition locateChildNodeDef(Session session, @@ -177,15 +177,15 @@ /** * Locate a property def parsing all node types * - * @param session: the session to access the node types - * @param propertyType: the type of the returned property. Proper= tyType.UNDEFINED - * returns a property of any type - * @param multiple: if true, the returned PropertyDef= is - * multiple, else not - * @param isProtected: if true, the returned PropertyDef= is - * protected, else not - * @param residual: if true, the returned PropertyDef= is of - * the residual name "*", else not + * @param session the session to access the node types + * @param propertyType the type of the returned property. Propert= yType.UNDEFINED + * returns a property of any type + * @param multiple if true, the returned PropertyDef = is + * multiple, else not + * @param isProtected if true, the returned PropertyDef = is + * protected, else not + * @param residual if true, the returned PropertyDef = is of + * the residual name "*", else not * @return the first PropertyDef found fitting the * requirements */ @@ -255,11 +255,11 @@ /** * Locate a property def parsing all node types * - * @param session: the session to access the node types - * @param isProtected: if true, the returned PropertyDef = is - * protected, else not - * @param mandatory: if true, the returned PropertyDef = is - * mandatory, else not + * @param session the session to access the node types + * @param isProtected if true, the returned PropertyDef is + * protected, else not + * @param mandatory if true, the returned PropertyDef is + * mandatory, else not * @return the first PropertyDef found fitting the * requirements */ @@ -375,7 +375,7 @@ * Returns a value according to the value contraints of a * PropertyDefinition * - * @param propDef: The PropertyDefinition whose constrai= nts + * @param propDef The PropertyDefinition whose constrai= nts * will be regarded * @param satisfied If true, the returned Value will sati= sfying * the constraints - If false, the returned