You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2009/08/24 13:36:26 UTC

svn commit: r807156 - /directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java

Author: akarasulu
Date: Mon Aug 24 11:36:26 2009
New Revision: 807156

URL: http://svn.apache.org/viewvc?rev=807156&view=rev
Log:
doco corrections 

Modified:
    directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java

Modified: directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java?rev=807156&r1=807155&r2=807156&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java (original)
+++ directory/shared/branches/shared-schema/ldap/src/main/java/org/apache/directory/shared/ldap/schema/registries/OidRegistry.java Mon Aug 24 11:36:26 2009
@@ -56,7 +56,7 @@
     /**
      * Tells if the given OID is present on this registry
      * 
-     * @param OID The OID to lookup
+     * @param oid The OID to lookup
      * @return true if the OID alreadyexists
      */
     public boolean hasOid( String oid )
@@ -122,7 +122,6 @@
      * name certain things within the server internally.  If there is more than
      * one name then the first name is taken to be the primary.
      * 
-     * @param type The SchemaObjectType the oid belongs to
      * @param oid the OID for which we return the set of common names
      * @return a sorted set of names
      * @throws NamingException if oid does not exist