You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/05/17 01:10:15 UTC

svn commit: r944936 [1/2] - in /directory/shared/trunk: ./ ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/ ldap/src/main/java/org/apache/directory/shared/ldap/aci/ ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/ ldap/src/m...

Author: felixk
Date: Sun May 16 23:10:13 2010
New Revision: 944936

URL: http://svn.apache.org/viewvc?rev=944936&view=rev
Log:
Fix some javadoc warnings	

Modified:
    directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifEntry.java
    directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifReader.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ACIItemChecker.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddRequestCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddResponseCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareRequestCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareResponseCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelRequestCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelResponseCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/intermediate/IntermediateResponseCodec.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/Csn.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/CsnFactory.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntryAttribute.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultModification.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/Entry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/EntryAttribute.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/StringValue.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/AddRequestImpl.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/SearchParams.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/internal/InternalReferral.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/AVA.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DN.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DnParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/RDN.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AbstractSchemaObject.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/DITContentRule.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRule.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRuleUse.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/NameForm.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaManager.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObject.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObjectType.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaUtils.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/CachingNormalizer.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/NoOpNormalizer.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/AttributeTypeDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITContentRuleDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITStructureRuleDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapComparatorDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapSyntaxDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleUseDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NameFormDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NormalizerDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/ParserDescriptionUtils.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/SyntaxCheckerDescriptionSchemaParser.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/AbstractSchemaLoader.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/DITStructureRuleRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableComparatorRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableNormalizerRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableObjectClassRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ObjectClassRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/Registries.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/Schema.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/SchemaLoader.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/SchemaObjectRegistry.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/AttributeUtils.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/Base64.java
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/GeneralizedTime.java
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifEntry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifEntry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifEntry.java (original)
+++ directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifEntry.java Sun May 16 23:10:13 2010
@@ -206,12 +206,10 @@ public class LdifEntry implements Clonea
     /**
      * Add a modification item
      * 
-     * @param modOp The operation. One of : 
+     * @param modOp The modification operation value. One of : 
      *  - ModificationOperation.ADD_ATTRIBUTE
      *  - ModificationOperation.REMOVE_ATTRIBUTE 
      *  - ModificationOperation.REPLACE_ATTRIBUTE
-     * 
-     * @param modOp The modification operation value
      * @param id The attribute's ID
      * @param value The attribute's value
      */

Modified: directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifReader.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifReader.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifReader.java (original)
+++ directory/shared/trunk/ldap-ldif/src/main/java/org/apache/directory/shared/ldap/ldif/LdifReader.java Sun May 16 23:10:13 2010
@@ -364,7 +364,7 @@ public class LdifReader implements Itera
     /**
      * A constructor which takes a File
      * 
-     * @param in
+     * @param file
      *            A File containing ldif formated input
      * @throws LdapLdifException
      *             If the file cannot be processed or if the format is incorrect
@@ -1855,7 +1855,7 @@ public class LdifReader implements Itera
      * The main entry point of the LdifParser. It reads a buffer and returns a
      * List of entries.
      * 
-     * @param inf
+     * @param reader
      *            The buffer being processed
      * @return A list of entries
      * @throws LdapLdifException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ACIItemChecker.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ACIItemChecker.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ACIItemChecker.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ACIItemChecker.java Sun May 16 23:10:13 2010
@@ -77,7 +77,6 @@ public class ACIItemChecker
      * 
      * @param spec
      *            the specification to be parsed
-     * @return the specification bean
      * @throws ParseException
      *             if there are any recognition errors (bad syntax)
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddRequestCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddRequestCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddRequestCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddRequestCodec.java Sun May 16 23:10:13 2010
@@ -227,7 +227,7 @@ public class AddRequestCodec extends Lda
     /**
      * Set the added DN.
      * 
-     * @param entry The DN to set.
+     * @param entryDn The DN to set.
      */
     public void setEntryDn( DN entryDn )
     {
@@ -356,7 +356,6 @@ public class AddRequestCodec extends Lda
      *         0x04 LL attributeValue 
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddResponseCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddResponseCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddResponseCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/add/AddResponseCodec.java Sun May 16 23:10:13 2010
@@ -101,7 +101,6 @@ public class AddResponseCodec extends Ld
      * Encode the AddResponse message to a PDU.
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareRequestCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareRequestCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareRequestCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareRequestCodec.java Sun May 16 23:10:13 2010
@@ -230,7 +230,6 @@ public class CompareRequestCodec extends
      *       0x04 LL assertionValue
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareResponseCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareResponseCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareResponseCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/compare/CompareResponseCodec.java Sun May 16 23:10:13 2010
@@ -79,7 +79,6 @@ public class CompareResponseCodec extend
      * Encode the CompareResponse message to a PDU.
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelRequestCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelRequestCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelRequestCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelRequestCodec.java Sun May 16 23:10:13 2010
@@ -131,7 +131,6 @@ public class DelRequestCodec extends Lda
      * 0x4A LL entry
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelResponseCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelResponseCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelResponseCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/del/DelResponseCodec.java Sun May 16 23:10:13 2010
@@ -98,7 +98,6 @@ public class DelResponseCodec extends Ld
      * Encode the DelResponse message to a PDU.
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/intermediate/IntermediateResponseCodec.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/intermediate/IntermediateResponseCodec.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/intermediate/IntermediateResponseCodec.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/codec/intermediate/IntermediateResponseCodec.java Sun May 16 23:10:13 2010
@@ -196,7 +196,6 @@ public class IntermediateResponseCodec e
      *     [0x81 LL responseValue]
      * 
      * @param buffer The buffer where to put the PDU
-     * @return The PDU.
      */
     protected void encodeProtocolOp( ByteBuffer buffer ) throws EncoderException
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/Csn.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/Csn.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/Csn.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/Csn.java Sun May 16 23:10:13 2010
@@ -618,7 +618,7 @@ public class Csn implements Serializable
      * negative integer, zero, or a positive integer as this object is less
      * than, equal to, or greater than the specified object.<p>
      * 
-     * @param   o the Object to be compared.
+     * @param   csn the Object to be compared.
      * @return  a negative integer, zero, or a positive integer as this object
      *      is less than, equal to, or greater than the specified object.
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/CsnFactory.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/CsnFactory.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/CsnFactory.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/csn/CsnFactory.java Sun May 16 23:10:13 2010
@@ -82,7 +82,6 @@ public class CsnFactory
      * This method is <b>not</b> to be used except for test purposes.
      * 
      * @param timestamp The timestamp to use
-     * @param replicaId Replica ID.  ReplicaID must be 1-3 digit value
      * @param changeCount The change count to use
      */
     public Csn newInstance( long timestamp, int changeCount )

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/BinaryValue.java Sun May 16 23:10:13 2010
@@ -61,8 +61,6 @@ public class BinaryValue extends Abstrac
     
     /**
      * Creates a BinaryValue without an initial wrapped value.
-     *
-     * @param attributeType the schema type associated with this BinaryValue
      */
     public BinaryValue()
     {
@@ -104,7 +102,6 @@ public class BinaryValue extends Abstrac
     /**
      * Creates a BinaryValue with an initial wrapped binary value.
      *
-     * @param attributeType the schema type associated with this BinaryValue
      * @param value the binary value to wrap which may be null, or a zero length byte array
      */
     public BinaryValue( byte[] value )
@@ -243,7 +240,7 @@ public class BinaryValue extends Abstrac
      * It supposes that the client has access to the schema in order to select the
      * appropriate normalizer.
      * 
-     * @param Normalizer The normalizer to apply to the value
+     * @param normalizer The normalizer to apply to the value
      * @exception LdapException If the value cannot be normalized
      */
     public final void normalize( Normalizer normalizer ) throws LdapException
@@ -299,7 +296,7 @@ public class BinaryValue extends Abstrac
     
     /**
      *
-     * @see ServerValue#compareTo(ServerValue)
+     * @see ServerValue#compareTo(Value)
      * @throws IllegalStateException on failures to extract the comparator, or the
      * normalizers needed to perform the required comparisons based on the schema
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntry.java Sun May 16 23:10:13 2010
@@ -2270,7 +2270,7 @@ public class DefaultEntry implements Ent
      * </p> 
      *
      * @param upId The attribute ID  
-     * @param attributes the attributes to be removed
+     * @param values the attributes to be removed
      * @return <code>true</code> if at least a value is removed, <code>false</code>
      * if not all the values have been removed or if the attribute does not exist. 
      */
@@ -2358,7 +2358,7 @@ public class DefaultEntry implements Ent
      * </p> 
      *
      * @param upId The attribute ID  
-     * @param attributes the attributes to be removed
+     * @param values the attributes to be removed
      * @return <code>true</code> if at least a value is removed, <code>false</code>
      * if not all the values have been removed or if the attribute does not exist. 
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntryAttribute.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntryAttribute.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntryAttribute.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultEntryAttribute.java Sun May 16 23:10:13 2010
@@ -215,7 +215,6 @@ public class DefaultEntryAttribute imple
      * Otherwise, the value is stored, but as a reference. It's not a copy.
      *
      * @param upId
-     * @param attributeType the attribute type according to the schema
      * @param vals an initial set of values for this attribute
      */
     public DefaultEntryAttribute( String upId, Value<?>... vals )
@@ -864,7 +863,7 @@ public class DefaultEntryAttribute imple
      * is a null length value, then this value will be considered as
      * a binary value.
      * </p>
-     * @param val some new values to be added which may be null
+     * @param vals some new values to be added which may be null
      * @return the number of added values, or 0 if none has been added
      */
     public int add( Value<?>... vals )
@@ -1248,7 +1247,7 @@ public class DefaultEntryAttribute imple
      * the current attribute, otherwise this type will be set while
      * adding the first value, using the value's type to set the flag.
      *
-     * @param val some new values to be added which may be null
+     * @param vals some new values to be added which may be null
      * @return the number of added values, or 0 if none has been added
      */
     public int add( byte[]... vals )
@@ -2036,7 +2035,7 @@ public class DefaultEntryAttribute imple
     }
     
     
-    /**
+    /*
      * Puts some values to this attribute.
      * <p>
      * The new values will replace the previous values.
@@ -2115,6 +2114,7 @@ public class DefaultEntryAttribute imple
         Value<?>[] valArray = new Value<?>[vals.size()];
         return add( vals.toArray( valArray ) );
     }
+    */
     
 
 

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultModification.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultModification.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultModification.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/DefaultModification.java Sun May 16 23:10:13 2010
@@ -65,7 +65,7 @@ public class DefaultModification impleme
      * Creates a new instance of DefaultModification.
      *
      * @param schemaManager The schema manager 
-     * @param operation The modification operation
+     * @param modification The modification
      */
     public DefaultModification( SchemaManager schemaManager, Modification modification )
     {
@@ -254,7 +254,7 @@ public class DefaultModification impleme
      * Deserialize a ServerModification
      * 
      * @param in The buffer containing the serialized value
-     * @param atRegistry The AttributeType registry
+     * @param schemaManager The schema manager to use
      * @throws IOException If we weren't able to deserialize the data
      * @throws ClassNotFoundException if we weren't able to construct a Modification instance
      * @throws LdapException If we didn't found the AttributeType in the registries

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/Entry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/Entry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/Entry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/Entry.java Sun May 16 23:10:13 2010
@@ -115,7 +115,7 @@ public interface Entry extends Cloneable
     /**
      * Returns the attribute associated with an AttributeType
      * 
-     * @param the AttributeType we are looking for
+     * @param attributeType the AttributeType we are looking for
      * @return the associated attribute
      */
     EntryAttribute get( AttributeType attributeType );
@@ -713,7 +713,7 @@ public interface Entry extends Cloneable
      * </p> 
      *
      * @param upId The attribute ID  
-     * @param attributes the attributes to be removed
+     * @param values the attributes to be removed
      * @return <code>true</code> if at least a value is removed, <code>false</code>
      * if not all the values have been removed or if the attribute does not exist. 
      */
@@ -737,7 +737,7 @@ public interface Entry extends Cloneable
      * </p> 
      *
      * @param upId The attribute ID  
-     * @param attributes the attributes to be removed
+     * @param values the attributes to be removed
      * @return <code>true</code> if at least a value is removed, <code>false</code>
      * if no values have been removed or if the attribute does not exist. 
      */
@@ -761,7 +761,7 @@ public interface Entry extends Cloneable
      * </p> 
      *
      * @param upId The attribute ID  
-     * @param attributes the attributes to be removed
+     * @param values the attributes to be removed
      * @return <code>true</code> if at least a value is removed, <code>false</code>
      * if not all the values have been removed or if the attribute does not exist. 
      */
@@ -863,7 +863,7 @@ public interface Entry extends Cloneable
     /**
      * Checks if an entry contains an attribute with some binary values.
      *
-     * @param id The Attribute we are looking for.
+     * @param upId The Attribute we are looking for.
      * @param values The searched values.
      * @return <code>true</code> if all the values are found within the attribute,
      * false if at least one value is not present or if the ID is not valid. 
@@ -874,7 +874,7 @@ public interface Entry extends Cloneable
     /**
      * Checks if an entry contains an attribute with some String values.
      *
-     * @param id The Attribute we are looking for.
+     * @param upId The Attribute we are looking for.
      * @param values The searched values.
      * @return <code>true</code> if all the values are found within the attribute,
      * false if at least one value is not present or if the ID is not valid. 
@@ -885,7 +885,7 @@ public interface Entry extends Cloneable
     /**
      * Checks if an entry contains an attribute with some values.
      *
-     * @param id The Attribute we are looking for.
+     * @param upId The Attribute we are looking for.
      * @param values The searched values.
      * @return <code>true</code> if all the values are found within the attribute,
      * false if at least one value is not present or if the ID is not valid. 

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/EntryAttribute.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/EntryAttribute.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/EntryAttribute.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/EntryAttribute.java Sun May 16 23:10:13 2010
@@ -140,7 +140,7 @@ public interface EntryAttribute extends 
      * is a null length value, then this value will be considered as
      * a binary value.
      * </p>
-     * @param vals some new values to be added which may be null
+     * @param val some new values to be added which may be null
      * @return the number of added values, or 0 if none has been added
      */
     int add( Value<?>... val );
@@ -363,7 +363,7 @@ public interface EntryAttribute extends 
     String getString() throws LdapInvalidAttributeValueException;
 
     
-    /**
+    /*
      * Puts some values to this attribute.
      * <p>
      * The new values will replace the previous values.
@@ -423,6 +423,7 @@ public interface EntryAttribute extends 
      * @return the number of added values, or 0 if none has been added
      *
     int put( List<Value<?>> vals );
+    */
 
 
     /**
@@ -455,7 +456,7 @@ public interface EntryAttribute extends 
      * to String
      * </p>
      *
-     * @param vals the values to be removed
+     * @param val the values to be removed
      * @return true if all the values are removed, otherwise false
      */
     boolean remove( byte[]... val );

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/StringValue.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/StringValue.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/StringValue.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/entry/StringValue.java Sun May 16 23:10:13 2010
@@ -112,7 +112,7 @@ public class StringValue extends Abstrac
      * Creates a StringValue with an initial wrapped String value.
      *
      * @param attributeType the schema type associated with this StringValue
-     * @param wrapped the value to wrap which can be null
+     * @param value the value to wrap which can be null
      */
     public StringValue( AttributeType attributeType, String value )
     {
@@ -216,7 +216,7 @@ public class StringValue extends Abstrac
      * It supposes that the client has access to the schema in order to select the
      * appropriate normalizer.
      * 
-     * @param Normalizer The normalizer to apply to the value
+     * @param normalizer The normalizer to apply to the value
      * @exception LdapException If the value cannot be normalized
      */
     public final void normalize( Normalizer normalizer ) throws LdapException
@@ -233,7 +233,7 @@ public class StringValue extends Abstrac
     // Comparable<String> Methods
     // -----------------------------------------------------------------------
     /**
-     * @see ServerValue#compareTo(ServerValue)
+     * @see ServerValue#compareTo(Value)
      * @throws IllegalStateException on failures to extract the comparator, or the
      * normalizers needed to perform the required comparisons based on the schema
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/AddRequestImpl.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/AddRequestImpl.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/AddRequestImpl.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/AddRequestImpl.java Sun May 16 23:10:13 2010
@@ -81,7 +81,7 @@ public class AddRequestImpl extends Abst
     /**
      * Sets the distinguished name of the entry to add.
      * 
-     * @param entry the Dn of the added entry.
+     * @param dn the Dn of the added entry.
      */
     public void setEntryDn( DN dn )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/SearchParams.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/SearchParams.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/SearchParams.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/SearchParams.java Sun May 16 23:10:13 2010
@@ -266,7 +266,7 @@ public class SearchParams
 
 
     /**
-     * @param controls the controls to set
+     * @param control the controls to set
      */
     public void addControl( Control control )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/internal/InternalReferral.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/internal/InternalReferral.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/internal/InternalReferral.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/internal/InternalReferral.java Sun May 16 23:10:13 2010
@@ -99,7 +99,7 @@ public interface InternalReferral
     /**
      * Adds an LDAPv3 URL to this Referral.
      * 
-     * @param a_url
+     * @param url
      *            the LDAPv3 URL to add
      */
     void addLdapUrl( String url );
@@ -108,7 +108,7 @@ public interface InternalReferral
     /**
      * Removes an LDAPv3 URL to this Referral.
      * 
-     * @param a_url
+     * @param url
      *            the LDAPv3 URL to remove
      */
     void removeLdapUrl( String url );

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/AVA.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/AVA.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/AVA.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/AVA.java Sun May 16 23:10:13 2010
@@ -380,7 +380,7 @@ public class AVA implements Cloneable, C
     /**
      * Store the value of a AVA.
      *
-     * @param value The user provided value of the AVA
+     * @param upValue The user provided value of the AVA
      * @param normValue The normalized value
      */
     public void setValue( Value<?> upValue, Value<?> normValue )

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DN.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DN.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DN.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DN.java Sun May 16 23:10:13 2010
@@ -128,7 +128,7 @@ public class DN implements Cloneable, Se
     /**
      * Copies a DN to an DN.
      *
-     * @param name composed of String name components.
+     * @param dn composed of String name components.
      * @throws LdapInvalidDnException If the Name is invalid.
      */
     public DN( DN dn ) throws LdapInvalidDnException
@@ -191,7 +191,7 @@ public class DN implements Cloneable, Se
      *     baseDn);
      * </pre>
      *
-     * @param upNames
+     * @param upRdns
      * @throws LdapInvalidDnException
      */
     public DN( String... upRdns ) throws LdapInvalidDnException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DnParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DnParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DnParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/DnParser.java Sun May 16 23:10:13 2010
@@ -79,7 +79,7 @@ public enum DnParser
     /**
      * Parse a DN.
      *
-     * @param dn The DN to be parsed
+     * @param name The DN to be parsed
      * @param rdns The list that will contain the RDNs
      * @throws LdapInvalidDnException If the DN is invalid
      */
@@ -100,7 +100,7 @@ public enum DnParser
     /**
      * Validate a DN
      *
-     * @param dn The DN to be parsed
+     * @param name The DN to be parsed
      *            
      * @return <code>true</code> if the DN is valid
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/RDN.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/RDN.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/RDN.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/name/RDN.java Sun May 16 23:10:13 2010
@@ -393,7 +393,6 @@ public class RDN implements Cloneable, C
      * Transform a RDN by changing the value to its OID counterpart and
      * normalizing the value accordingly to its type.
      *
-     * @param rdn The RDN to modify.
      * @param oidsMap The map of all existing oids and normalizer.
      * @throws LdapException If the RDN is invalid.
      */
@@ -747,7 +746,7 @@ public class RDN implements Cloneable, C
      * <li>Order of ATAV is not important If the RDNs are not equals, a positive number is
      * returned if the first RDN is greater, negative otherwise
      *
-     * @param object
+     * @param rdn
      * @return 0 if both rdn are equals. -1 if the current RDN is inferior, 1 if
      *         the current Rdn is superior, UNDEFINED otherwise.
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AbstractSchemaObject.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AbstractSchemaObject.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AbstractSchemaObject.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AbstractSchemaObject.java Sun May 16 23:10:13 2010
@@ -418,7 +418,6 @@ public abstract class AbstractSchemaObje
     /**
      * Tells if this SchemaObject is enabled.
      *  
-     * @param schemaEnabled the associated schema status
      * @return true if the SchemaObject is enabled, or if it depends on 
      * an enabled schema
      */
@@ -467,7 +466,7 @@ public abstract class AbstractSchemaObje
     /**
      * Sets the SchemaObject readOnly flag
      * 
-     * @param enabled The current SchemaObject ReadOnly status
+     * @param isReadOnly The current SchemaObject ReadOnly status
      */
     public void setReadOnly( boolean isReadOnly )
     {
@@ -544,8 +543,7 @@ public abstract class AbstractSchemaObje
     /**
      * Add an extensions with their values. (Actually do a copy)
      * 
-     * @param key The extension key
-     * @param values The associated values
+     * @param extensions The extensions map
      */
     public void setExtensions( Map<String, List<String>> extensions )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/AttributeType.java Sun May 16 23:10:13 2010
@@ -734,7 +734,7 @@ public class AttributeType extends Abstr
     /**
      * Tells if this AttributeType is Single Valued or not
      *
-     * @param singleValue True if the AttributeType is single-valued
+     * @param singleValued True if the AttributeType is single-valued
      */
     public void setSingleValued( boolean singleValued )
     {
@@ -995,7 +995,7 @@ public class AttributeType extends Abstr
     /**
      * Sets the superior oid for this AttributeType
      *
-     * @param superior The superior oid for this AttributeType
+     * @param superiorOid The superior oid for this AttributeType
      */
     public void setSuperior( String superiorOid )
     {
@@ -1071,7 +1071,7 @@ public class AttributeType extends Abstr
     /**
      * Sets the Syntax OID for this AttributeType
      *
-     * @param superiorOid The syntax OID for this AttributeType
+     * @param syntaxOid The syntax OID for this AttributeType
      */
     public void setSyntaxOid( String syntaxOid )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/DITContentRule.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/DITContentRule.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/DITContentRule.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/DITContentRule.java Sun May 16 23:10:13 2010
@@ -198,7 +198,7 @@ public class DITContentRule extends Abst
     /**
      * Add an Auxiliary ObjectClass
      *
-     * @param oid The ObjectClass
+     * @param objectClass The ObjectClass
      */
     public void addAuxObjectClasses( ObjectClass objectClass )
     {
@@ -444,7 +444,7 @@ public class DITContentRule extends Abst
     /**
      * Sets the list of required AttributeTypes
      *
-     * @param mayAttributeTypes the list of required AttributeTypes
+     * @param mustAttributeTypes the list of required AttributeTypes
      */
     public void setMustAttributeTypes( List<AttributeType> mustAttributeTypes )
     {
@@ -548,7 +548,7 @@ public class DITContentRule extends Abst
     /**
      * Sets the list of precluded AttributeTypes
      *
-     * @param mayAttributeTypes the list of precluded AttributeTypes
+     * @param notAttributeTypes the list of precluded AttributeTypes
      */
     public void setNotAttributeTypes( List<AttributeType> notAttributeTypes )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRule.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRule.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRule.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRule.java Sun May 16 23:10:13 2010
@@ -103,7 +103,6 @@ public class MatchingRule extends Abstra
      * Creates a new instance of MatchingRule.
      *
      * @param oid The MatchingRule OID
-     * @param registries The Registries reference
      */
     public MatchingRule( String oid )
     {
@@ -263,7 +262,7 @@ public class MatchingRule extends Abstra
     /**
      * Sets the Syntax
      *
-     * @param oid The Syntax
+     * @param ldapSyntax The Syntax
      */
     public void setSyntax( LdapSyntax ldapSyntax )
     {
@@ -283,7 +282,7 @@ public class MatchingRule extends Abstra
     /**
      * Update the associated Syntax, even if the SchemaObject is readOnly
      *
-     * @param oid The Syntax
+     * @param ldapSyntax The Syntax
      */
     public void updateSyntax( LdapSyntax ldapSyntax )
     {
@@ -313,7 +312,7 @@ public class MatchingRule extends Abstra
     /**
      * Sets the LdapComparator
      *
-     * @param oid The LdapComparator
+     * @param ldapComparator The LdapComparator
      */
     public void setLdapComparator( LdapComparator<?> ldapComparator )
     {
@@ -332,7 +331,7 @@ public class MatchingRule extends Abstra
     /**
      * Update the associated Comparator, even if the SchemaObject is readOnly
      *
-     * @param oid The LdapComparator
+     * @param ldapComparator The LdapComparator
      */
     public void updateLdapComparator( LdapComparator<?> ldapComparator )
     {
@@ -361,7 +360,7 @@ public class MatchingRule extends Abstra
     /**
      * Sets the Normalizer
      *
-     * @param oid The Normalizer
+     * @param normalizer The Normalizer
      */
     public void setNormalizer( Normalizer normalizer )
     {
@@ -380,7 +379,7 @@ public class MatchingRule extends Abstra
     /**
      * Update the associated Normalizer, even if the SchemaObject is readOnly
      *
-     * @param oid The Normalizer
+     * @param normalizer The Normalizer
      */
     public void updateNormalizer( Normalizer normalizer )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRuleUse.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRuleUse.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRuleUse.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/MatchingRuleUse.java Sun May 16 23:10:13 2010
@@ -162,7 +162,7 @@ public class MatchingRuleUse extends Abs
     /**
      * Set the matchingRule's AttributeType OIDs the MRU applies to.
      *
-     * @param applicableAttributes The AttributeType OIDs list
+     * @param applicableAttributeOids The AttributeType OIDs list
      */
     public void setApplicableAttributeOids( List<String> applicableAttributeOids )
     {
@@ -230,7 +230,7 @@ public class MatchingRuleUse extends Abs
     /**
      * Add a matchingRule's AttributeType the MRU applies to.
      *
-     * @param oid A matchingRule's AttributeType the MRU applies to
+     * @param attributeType A matchingRule's AttributeType the MRU applies to
      */
     public void addApplicableAttribute( AttributeType attributeType )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/NameForm.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/NameForm.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/NameForm.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/NameForm.java Sun May 16 23:10:13 2010
@@ -124,7 +124,6 @@ public class NameForm extends AbstractSc
      * Creates a new instance of MatchingRule.
      *
      * @param oid The MatchingRule OID
-     * @param registries The Registries reference
      */
     public NameForm( String oid )
     {
@@ -203,7 +202,7 @@ public class NameForm extends AbstractSc
     /**
      * Sets the structural object class this rule applies to
      * 
-     * @param structuralObjectClass the structural object class to set
+     * @param structuralObjectClassOid the structural object class to set
      */
     public void setStructuralObjectClassOid( String structuralObjectClassOid )
     {
@@ -288,7 +287,7 @@ public class NameForm extends AbstractSc
     /**
      * Sets the list of required AttributeTypes
      *
-     * @param mayAttributeTypes the list of required AttributeTypes
+     * @param mustAttributeTypes the list of required AttributeTypes
      */
     public void setMustAttributeTypes( List<AttributeType> mustAttributeTypes )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java Sun May 16 23:10:13 2010
@@ -532,7 +532,7 @@ public class ObjectClass extends Abstrac
     /**
      * Add some required AttributeType OIDs
      *
-     * @param oid The attributeType OIDs
+     * @param oids The attributeType OIDs
      */
     public void addMustAttributeTypeOids( String... oids )
     {
@@ -624,7 +624,7 @@ public class ObjectClass extends Abstrac
     /**
      * Update the associated MUST AttributeType, even if the SchemaObject is readOnly
      *
-     * @param mayAttributeTypes the list of allowed AttributeTypes
+     * @param mustAttributeTypes the list of allowed AttributeTypes
      */
     public void updateMustAttributeTypes( List<AttributeType> mustAttributeTypes )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaManager.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaManager.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaManager.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaManager.java Sun May 16 23:10:13 2010
@@ -436,7 +436,7 @@ public interface SchemaManager
     /**
      * Lookup for an AttributeType in the AttributeType registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found AttributeType 
      * @throws LdapException if the OID is not found in the AttributeType registry
      */
@@ -446,7 +446,7 @@ public interface SchemaManager
     /**
      * Lookup for a Comparator in the Comparator registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found Comparator 
      * @throws LdapException if the OID is not found in the Comparator registry
      */
@@ -456,7 +456,7 @@ public interface SchemaManager
     /**
      * Lookup for a MatchingRule in the MatchingRule registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found MatchingRule 
      * @throws LdapException if the OID is not found in the MatchingRule registry
      */
@@ -466,7 +466,7 @@ public interface SchemaManager
     /**
      * Lookup for a Normalizer in the Normalizer registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found Normalizer 
      * @throws LdapException if the OID is not found in the Normalizer registry
      */
@@ -476,7 +476,7 @@ public interface SchemaManager
     /**
      * Lookup for a ObjectClass in the ObjectClass registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found ObjectClass 
      * @throws LdapException if the OID is not found in the ObjectClass registry
      */
@@ -486,7 +486,7 @@ public interface SchemaManager
     /**
      * Lookup for an LdapSyntax in the LdapSyntax registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found LdapSyntax 
      * @throws LdapException if the OID is not found in the LdapSyntax registry
      */
@@ -496,7 +496,7 @@ public interface SchemaManager
     /**
      * Lookup for a SyntaxChecker in the SyntaxChecker registry
      * 
-     * @param String oid the OID we are looking for
+     * @param oid the OID we are looking for
      * @return The found SyntaxChecker 
      * @throws LdapException if the OID is not found in the SyntaxChecker registry
      */
@@ -672,7 +672,7 @@ public interface SchemaManager
     /**
      * Removes the registered attributeType from the attributeTypeRegistry 
      * 
-     * @param String the attributeType OID to unregister
+     * @param attributeTypeOid the attributeType OID to unregister
      * @throws LdapException if the attributeType is invalid
      */
     SchemaObject unregisterAttributeType( String attributeTypeOid ) throws LdapException;
@@ -681,7 +681,7 @@ public interface SchemaManager
     /**
      * Removes the registered Comparator from the ComparatorRegistry 
      * 
-     * @param String the Comparator OID to unregister
+     * @param comparatorOid the Comparator OID to unregister
      * @throws LdapException if the Comparator is invalid
      */
     SchemaObject unregisterComparator( String comparatorOid ) throws LdapException;
@@ -690,7 +690,7 @@ public interface SchemaManager
     /**
      * Removes the registered DitControlRule from the DitControlRuleRegistry 
      * 
-     * @param String the DitControlRule OID to unregister
+     * @param ditControlRuleOid the DitControlRule OID to unregister
      * @throws LdapException if the DitControlRule is invalid
      */
     SchemaObject unregisterDitControlRule( String ditControlRuleOid ) throws LdapException;
@@ -699,7 +699,7 @@ public interface SchemaManager
     /**
      * Removes the registered DitStructureRule from the DitStructureRuleRegistry 
      * 
-     * @param String the DitStructureRule OID to unregister
+     * @param ditStructureRuleOid the DitStructureRule OID to unregister
      * @throws LdapException if the DitStructureRule is invalid
      */
     SchemaObject unregisterDitStructureRule( String ditStructureRuleOid ) throws LdapException;
@@ -708,7 +708,7 @@ public interface SchemaManager
     /**
      * Removes the registered MatchingRule from the MatchingRuleRegistry 
      * 
-     * @param String the MatchingRuleRule OID to unregister
+     * @param matchingRuleOid the MatchingRuleRule OID to unregister
      * @throws LdapException if the MatchingRule is invalid
      */
     SchemaObject unregisterMatchingRule( String matchingRuleOid ) throws LdapException;
@@ -717,7 +717,7 @@ public interface SchemaManager
     /**
      * Removes the registered MatchingRuleUse from the MatchingRuleUseRegistry 
      * 
-     * @param String the MatchingRuleUse OID to unregister
+     * @param matchingRuleUseOid the MatchingRuleUse OID to unregister
      * @throws LdapException if the MatchingRuleUse is invalid
      */
     SchemaObject unregisterMatchingRuleUse( String matchingRuleUseOid ) throws LdapException;
@@ -726,7 +726,7 @@ public interface SchemaManager
     /**
      * Removes the registered NameForm from the NameFormRegistry 
      * 
-     * @param String the NameForm OID to unregister
+     * @param nameFormOid the NameForm OID to unregister
      * @throws LdapException if the NameForm is invalid
      */
     SchemaObject unregisterNameForm( String nameFormOid ) throws LdapException;
@@ -735,7 +735,7 @@ public interface SchemaManager
     /**
      * Removes the registered Normalizer from the NormalizerRegistry 
      * 
-     * @param String the Normalizer OID to unregister
+     * @param normalizerOid the Normalizer OID to unregister
      * @throws LdapException if the Normalizer is invalid
      */
     SchemaObject unregisterNormalizer( String normalizerOid ) throws LdapException;
@@ -744,7 +744,7 @@ public interface SchemaManager
     /**
      * Removes the registered ObjectClass from the ObjectClassRegistry 
      * 
-     * @param String the ObjectClass OID to unregister
+     * @param objectClassOid the ObjectClass OID to unregister
      * @throws LdapException if the ObjectClass is invalid
      */
     SchemaObject unregisterObjectClass( String objectClassOid ) throws LdapException;
@@ -753,7 +753,7 @@ public interface SchemaManager
     /**
      * Removes the registered LdapSyntax from the LdapSyntaxRegistry 
      * 
-     * @param String the LdapSyntax OID to unregister
+     * @param ldapSyntaxOid the LdapSyntax OID to unregister
      * @throws LdapException if the LdapSyntax is invalid
      */
     SchemaObject unregisterLdapSyntax( String ldapSyntaxOid ) throws LdapException;
@@ -762,7 +762,7 @@ public interface SchemaManager
     /**
      * Removes the registered SyntaxChecker from the SyntaxCheckerRegistry 
      * 
-     * @param String the SyntaxChecker OID to unregister
+     * @param syntaxCheckerOid the SyntaxChecker OID to unregister
      * @throws LdapException if the SyntaxChecker is invalid
      */
     SchemaObject unregisterSyntaxChecker( String syntaxCheckerOid ) throws LdapException;

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObject.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObject.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObject.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObject.java Sun May 16 23:10:13 2010
@@ -180,7 +180,6 @@ public interface SchemaObject extends Se
     /**
      * Tells if this SchemaObject is enabled.
      *  
-     * @param schemaEnabled the associated schema status
      * @return true if the SchemaObject is enabled, or if it depends on 
      * an enabled schema
      */
@@ -214,7 +213,7 @@ public interface SchemaObject extends Se
     /**
      * Sets the SchemaObject readOnly flag
      * 
-     * @param enabled The current SchemaObject ReadOnly status
+     * @param isReadOnly The current SchemaObject ReadOnly status
      */
     void setReadOnly( boolean isReadOnly );
 
@@ -255,8 +254,7 @@ public interface SchemaObject extends Se
     /**
      * Add an extensions with their values. (Actually do a copy)
      * 
-     * @param key The extension key
-     * @param values The associated values
+     * @param extensions The extensions map
      */
     void setExtensions( Map<String, List<String>> extensions );
 

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObjectType.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObjectType.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObjectType.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaObjectType.java Sun May 16 23:10:13 2010
@@ -64,7 +64,6 @@ public enum SchemaObjectType
     /**
      * Get the RDN associated with a schemaObjectType
      *
-     * @param schemaObjectType The type we want the RDN for
      * @return The associated RDN
      */
     public String getRdn()

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaUtils.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaUtils.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaUtils.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/SchemaUtils.java Sun May 16 23:10:13 2010
@@ -707,7 +707,7 @@ public class SchemaUtils
      *     USAGE indicates the application of this attribute type; and
      *     &lt;extensions&gt; describe extensions.
      * </pre>
-     * @param atd the AttributeTypeDescription to render the description for
+     * @param attributeType the AttributeTypeDescription to render the description for
      * @return the StringBuffer containing the rendered attributeType description
      * @throws LdapException if there are problems accessing the objects
      * associated with the attribute type.

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/CachingNormalizer.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/CachingNormalizer.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/CachingNormalizer.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/CachingNormalizer.java Sun May 16 23:10:13 2010
@@ -57,7 +57,6 @@ public class CachingNormalizer extends N
      * Creates a CachingNormalizer that decorates another normalizer using a
      * default cache size.  This Normalizer delegates 
      * 
-     * @param oid The MR OID to use with this Normalizer
      * @param normalizer the underlying Normalizer being decorated
      */
     public CachingNormalizer( Normalizer normalizer )

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/NoOpNormalizer.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/NoOpNormalizer.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/NoOpNormalizer.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/normalizers/NoOpNormalizer.java Sun May 16 23:10:13 2010
@@ -61,7 +61,7 @@ public class NoOpNormalizer extends Norm
      * 
      * @param value any value
      * @return the value argument returned as-is
-     * @see org.apache.directory.shared.ldap.schema.Normalizer#normalize(java.lang.Object)
+     * @see org.apache.directory.shared.ldap.schema.Normalizer#normalize(Value)
      */
     public Value<?> normalize( Value<?> value )
     {
@@ -74,7 +74,7 @@ public class NoOpNormalizer extends Norm
      * 
      * @param value any value
      * @return the value argument returned as-is
-     * @see org.apache.directory.shared.ldap.schema.Normalizer#normalize(java.lang.Object)
+     * @see org.apache.directory.shared.ldap.schema.Normalizer#normalize(String)
      */
     public String normalize( String value )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/AttributeTypeDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/AttributeTypeDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/AttributeTypeDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/AttributeTypeDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -132,7 +132,7 @@ public class AttributeTypeDescriptionSch
     /**
      * Parses a AttributeType description
      * 
-     * @param The AttributeType description to parse
+     * @param schemaDescription The AttributeType description to parse
      * @return An instance of AttributeType
      */
     public AttributeType parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITContentRuleDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITContentRuleDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITContentRuleDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITContentRuleDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -111,7 +111,7 @@ public class DITContentRuleDescriptionSc
     /**
      * Parses a DITContentRule description
      * 
-     * @param The DITContentRule description to parse
+     * @param schemaDescription The DITContentRule description to parse
      * @return An instance of DITContentRule
      */
     public DITContentRule parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITStructureRuleDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITStructureRuleDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITStructureRuleDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/DITStructureRuleDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -115,7 +115,7 @@ public class DITStructureRuleDescription
     /**
      * Parses a DITStructureRule description
      * 
-     * @param The DITStructureRule description to parse
+     * @param schemaDescription The DITStructureRule description to parse
      * @return An instance of DITStructureRule
      */
     public DITStructureRule parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapComparatorDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapComparatorDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapComparatorDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapComparatorDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -119,7 +119,7 @@ public class LdapComparatorDescriptionSc
     /**
      * Parses a LdapComparator description
      * 
-     * @param The LdapComparator description to parse
+     * @param schemaDescription The LdapComparator description to parse
      * @return An instance of LdapComparatorDescription
      */
     public LdapComparatorDescription parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapSyntaxDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapSyntaxDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapSyntaxDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/LdapSyntaxDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -105,7 +105,7 @@ public class LdapSyntaxDescriptionSchema
     /**
      * Parses a LdapSyntax description
      * 
-     * @param The LdapSyntax description to parse
+     * @param schemaDescription The LdapSyntax description to parse
      * @return An instance of LdapSyntax
      */
     public LdapSyntax parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -110,7 +110,7 @@ public class MatchingRuleDescriptionSche
     /**
      * Parses a MatchingRule description
      * 
-     * @param The MatchingRule description to parse
+     * @param schemaDescription The MatchingRule description to parse
      * @return An instance of MatchingRule
      */
     public MatchingRule parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleUseDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleUseDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleUseDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/MatchingRuleUseDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -112,7 +112,7 @@ public class MatchingRuleUseDescriptionS
     /**
      * Parses a MatchingRuleUse description
      * 
-     * @param The MatchingRuleUse description to parse
+     * @param schemaDescription The MatchingRuleUse description to parse
      * @return An instance of MatchingRuleUse
      */
     public MatchingRuleUse parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NameFormDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NameFormDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NameFormDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NameFormDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -109,7 +109,7 @@ public class NameFormDescriptionSchemaPa
     /**
      * Parses a NameForm description
      * 
-     * @param The NameForm description to parse
+     * @param schemaDescription The NameForm description to parse
      * @return An instance of NameForm
      */
     public NameForm parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NormalizerDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NormalizerDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NormalizerDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/NormalizerDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -116,7 +116,7 @@ public class NormalizerDescriptionSchema
     /**
      * Parses a Normalizer description
      * 
-     * @param The Normalizer description to parse
+     * @param schemaDescription The Normalizer description to parse
      * @return An instance of NormalizerDescription
      */
     public NormalizerDescription parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/ParserDescriptionUtils.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/ParserDescriptionUtils.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/ParserDescriptionUtils.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/ParserDescriptionUtils.java Sun May 16 23:10:13 2010
@@ -43,8 +43,8 @@ public class ParserDescriptionUtils
     /**
      * Checks two schema objectClasses for an exact match.
      *
-     * @param ocd0 the first objectClass to compare
-     * @param ocd1 the second objectClass to compare
+     * @param oc0 the first objectClass to compare
+     * @param oc1 the second objectClass to compare
      * @return true if both objectClasses match exactly, false otherwise
      */
     public static boolean objectClassesMatch( ObjectClass oc0, ObjectClass oc1 ) throws NamingException
@@ -101,8 +101,8 @@ public class ParserDescriptionUtils
     /**
      * Checks two schema attributeTypes for an exact match.
      *
-     * @param atd0 the first attributeType to compare
-     * @param atd1 the second attributeType to compare
+     * @param at0 the first attributeType to compare
+     * @param at1 the second attributeType to compare
      * @return true if both attributeTypes match exactly, false otherwise
      */
     public static boolean attributeTypesMatch( AttributeType at0, AttributeType at1 )
@@ -180,8 +180,8 @@ public class ParserDescriptionUtils
     /**
      * Checks to see if two matchingRule match exactly.
      *
-     * @param mrd0 the first matchingRule to compare
-     * @param mrd1 the second matchingRule to compare
+     * @param matchingRule0 the first matchingRule to compare
+     * @param matchingRule1 the second matchingRule to compare
      * @return true if the matchingRules match exactly, false otherwise
      */
     public static boolean matchingRulesMatch( MatchingRule matchingRule0, MatchingRule matchingRule1 )
@@ -221,8 +221,8 @@ public class ParserDescriptionUtils
      * not compared because doing so would raise an exception since syntax 
      * descriptions do not support the OBSOLETE flag.
      * 
-     * @param lsd0 the first schema description to compare 
-     * @param lsd1 the second schema description to compare 
+     * @param so0 the first schema description to compare 
+     * @param so1 the second schema description to compare 
      * @return true if the descriptions match exactly, false otherwise
      */
     public static boolean descriptionsMatch( SchemaObject so0, SchemaObject so1 )
@@ -310,8 +310,8 @@ public class ParserDescriptionUtils
      * Checks to see if the alias names of a schema description match another 
      * description.  The order of the alias names do matter.
      *
-     * @param asd0 the schema description to compare
-     * @param asd1 the schema description to compare
+     * @param so0 the schema description to compare
+     * @param so1 the schema description to compare
      * @return true if alias names match exactly, false otherwise
      */
     public static boolean aliasNamesMatch( SchemaObject so0, SchemaObject so1 )

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/SyntaxCheckerDescriptionSchemaParser.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/SyntaxCheckerDescriptionSchemaParser.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/SyntaxCheckerDescriptionSchemaParser.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/parsers/SyntaxCheckerDescriptionSchemaParser.java Sun May 16 23:10:13 2010
@@ -114,7 +114,7 @@ public class SyntaxCheckerDescriptionSch
     /**
      * Parses a SyntaxChecker description
      * 
-     * @param The SyntaxChecker description to parse
+     * @param schemaDescription The SyntaxChecker description to parse
      * @return An instance of SyntaxCheckerDescription
      */
     public SyntaxCheckerDescription parse( String schemaDescription ) throws ParseException

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/AbstractSchemaLoader.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/AbstractSchemaLoader.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/AbstractSchemaLoader.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/AbstractSchemaLoader.java Sun May 16 23:10:13 2010
@@ -209,7 +209,7 @@ public abstract class AbstractSchemaLoad
     }
 
 
-    /**
+    /*
      * {@inheritDoc}
      *
     public List<Throwable> loadWithDependencies( Registries registries, boolean check, Schema... schemas ) throws Exception

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/DITStructureRuleRegistry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/DITStructureRuleRegistry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/DITStructureRuleRegistry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/DITStructureRuleRegistry.java Sun May 16 23:10:13 2010
@@ -39,7 +39,7 @@ public interface DITStructureRuleRegistr
      * Checks to see if an DITStructureRule exists in the registry, by its
      * ruleId. 
      * 
-     * @param oid the object identifier or name of the DITStructureRule
+     * @param ruleId the rule identifier of the DITStructureRule
      * @return true if a DITStructureRule definition exists for the ruleId, false
      * otherwise
      */
@@ -65,7 +65,7 @@ public interface DITStructureRuleRegistr
     /**
      * Gets the name of the schema this schema object is associated with.
      *
-     * @param id the object identifier or the name
+     * @param ruleId the object identifier
      * @return the schema name
      * @throws LdapException if the schema object does not exist
      */

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableComparatorRegistry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableComparatorRegistry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableComparatorRegistry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableComparatorRegistry.java Sun May 16 23:10:13 2010
@@ -47,7 +47,7 @@ public class ImmutableComparatorRegistry
     /**
      * Creates a new immutable ComparatorRegistry instance.
      * 
-     * @param The wrapped LdapComparator registry 
+     * @param comparatorRegistry The wrapped LdapComparator registry 
      */
     public ImmutableComparatorRegistry( ComparatorRegistry comparatorRegistry )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableNormalizerRegistry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableNormalizerRegistry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableNormalizerRegistry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableNormalizerRegistry.java Sun May 16 23:10:13 2010
@@ -47,7 +47,7 @@ public class ImmutableNormalizerRegistry
     /**
      * Creates a new immutable NormalizerRegistry instance.
      * 
-     * @param The wrapped Normalizer registry 
+     * @param normalizerRegistry The wrapped Normalizer registry 
      */
     public ImmutableNormalizerRegistry( NormalizerRegistry normalizerRegistry )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableObjectClassRegistry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableObjectClassRegistry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableObjectClassRegistry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ImmutableObjectClassRegistry.java Sun May 16 23:10:13 2010
@@ -48,7 +48,7 @@ public class ImmutableObjectClassRegistr
     /**
      * Creates a new instance of ImmutableAttributeTypeRegistry.
      *
-     * @param atRegistry The wrapped Attrib uteType registry
+     * @param ocRegistry The wrapped Attrib uteType registry
      */
     public ImmutableObjectClassRegistry( ObjectClassRegistry ocRegistry )
     {

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ObjectClassRegistry.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ObjectClassRegistry.java?rev=944936&r1=944935&r2=944936&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ObjectClassRegistry.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/ObjectClassRegistry.java Sun May 16 23:10:13 2010
@@ -65,7 +65,8 @@ public interface ObjectClassRegistry ext
      * Store the ObjectClass into a map associating an ObjectClass to its
      * descendants.
      * 
-     * @param attributeType The ObjectClass to register
+     * @param objectClass The ObjectClass to register
+     * @param ancestors Its ancestors
      * @throws LdapException If something went wrong
      */
     void registerDescendants( ObjectClass objectClass, List<ObjectClass> ancestors ) 
@@ -77,7 +78,7 @@ public interface ObjectClassRegistry ext
      * descendants.
      * 
      * @param attributeType The ObjectClass to unregister
-     * @param ancestor its ancestor 
+     * @param ancestors its ancestors 
      * @throws LdapException If something went wrong
      */
     void unregisterDescendants( ObjectClass attributeType, List<ObjectClass> ancestors )