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/20 19:07:44 UTC

svn commit: r946714 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java

Author: felixk
Date: Thu May 20 17:07:44 2010
New Revision: 946714

URL: http://svn.apache.org/viewvc?rev=946714&view=rev
Log:
Formatting

Modified:
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/schema/ObjectClass.java

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=946714&r1=946713&r2=946714&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 Thu May 20 17:07:44 2010
@@ -142,7 +142,7 @@ public class ObjectClass extends Abstrac
                             if ( superior.objectClassType != ObjectClassTypeEnum.ABSTRACT )
                             {
                                 // An ABSTRACT OC can only inherit from ABSTRACT OCs
-                                String msg = I18n.err( I18n.ERR_04318, oid , superior.getObjectType() , superior );
+                                String msg = I18n.err( I18n.ERR_04318, oid, superior.getObjectType(), superior );
 
                                 Throwable error = new LdapProtocolErrorException( msg );
                                 errors.add( error );
@@ -328,7 +328,7 @@ public class ObjectClass extends Abstrac
         }
     }
 
-    
+
     /**
      * Remove the ObjectClass from the registries, updating the references to
      * other SchemaObject.
@@ -410,7 +410,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             for ( String oid : oids )
@@ -432,7 +432,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             for ( AttributeType attributeType : attributeTypes )
@@ -456,7 +456,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.mayAttributeTypeOids = mayAttributeTypeOids;
@@ -475,7 +475,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.mayAttributeTypes = mayAttributeTypes;
@@ -540,7 +540,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             for ( String oid : oids )
@@ -562,7 +562,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             for ( AttributeType attributeType : attributeTypes )
@@ -586,7 +586,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.mustAttributeTypeOids = mustAttributeTypeOids;
@@ -605,7 +605,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.mustAttributeTypes = mustAttributeTypes;
@@ -674,7 +674,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             for ( String oid : oids )
@@ -699,7 +699,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             for ( ObjectClass objectClass : objectClasses )
@@ -725,7 +725,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.superiors = superiors;
@@ -772,7 +772,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.superiorOids = superiorOids;
@@ -802,7 +802,7 @@ public class ObjectClass extends Abstrac
         {
             throw new UnsupportedOperationException( I18n.err( I18n.ERR_04441, getName() ) );
         }
-        
+
         if ( !isReadOnly )
         {
             this.objectClassType = objectClassType;