You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2008/12/03 20:50:52 UTC

svn commit: r723037 - /directory/apacheds/branches/apacheds-mina2/core/src/main/java/org/apache/directory/server/core/interceptor/context/LookupOperationContext.java

Author: elecharny
Date: Wed Dec  3 11:50:51 2008
New Revision: 723037

URL: http://svn.apache.org/viewvc?rev=723037&view=rev
Log:
Replaced tabs by 4 spaces

Modified:
    directory/apacheds/branches/apacheds-mina2/core/src/main/java/org/apache/directory/server/core/interceptor/context/LookupOperationContext.java

Modified: directory/apacheds/branches/apacheds-mina2/core/src/main/java/org/apache/directory/server/core/interceptor/context/LookupOperationContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-mina2/core/src/main/java/org/apache/directory/server/core/interceptor/context/LookupOperationContext.java?rev=723037&r1=723036&r2=723037&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-mina2/core/src/main/java/org/apache/directory/server/core/interceptor/context/LookupOperationContext.java (original)
+++ directory/apacheds/branches/apacheds-mina2/core/src/main/java/org/apache/directory/server/core/interceptor/context/LookupOperationContext.java Wed Dec  3 11:50:51 2008
@@ -78,7 +78,7 @@
      */
     public LookupOperationContext( CoreSession session, String attrsId[] )
     {
-    	super( session );
+        super( session );
         setAttrsId( attrsId );
     }