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 2007/11/07 15:21:49 UTC

svn commit: r592756 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ProtectedItem.java

Author: felixk
Date: Wed Nov  7 06:21:48 2007
New Revision: 592756

URL: http://svn.apache.org/viewvc?rev=592756&view=rev
Log:
Missed formatting

Modified:
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ProtectedItem.java

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ProtectedItem.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ProtectedItem.java?rev=592756&r1=592755&r2=592756&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ProtectedItem.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/aci/ProtectedItem.java Wed Nov  7 06:21:48 2007
@@ -233,8 +233,8 @@
             {
                 return true;
             }
-            
-            if (o == null )
+
+            if ( o == null )
             {
                 return false;
             }