On 4/24/11 11:51 AM, Alex Karasulu wrote:
On Sun, Apr 24, 2011 at 12:40 PM,<[email protected]>  wrote:

Author: elecharny
Date: Sun Apr 24 09:40:51 2011
New Revision: 1096291

URL: http://svn.apache.org/viewvc?rev=1096291&view=rev
Log:
Minor refactoring


Does not look like something changed here or did you mean minor formatting?



Modified:

  
directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/DefaultPartitionNexus.java

Modified:
directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/DefaultPartitionNexus.java
URL:
http://svn.apache.org/viewvc/directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/DefaultPartitionNexus.java?rev=1096291&r1=1096290&r2=1096291&view=diff

==============================================================================
---
directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/DefaultPartitionNexus.java
(original)
+++
directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/DefaultPartitionNexus.java
Sun Apr 24 09:40:51 2011
@@ -174,11 +174,17 @@ public class DefaultPartitionNexus exten
         rootDSE.put( SchemaConstants.SUPPORTED_EXTENSION_AT,
NoticeOfDisconnect.EXTENSION_OID );

         // Add the supported controls
-        rootDSE.put( SchemaConstants.SUPPORTED_CONTROL_AT,
PersistentSearch.OID,
-            EntryChange.OID, Subentries.OID, ManageDsaIT.OID,
-            Cascade.OID, PagedResults.OID,
+        rootDSE.put( SchemaConstants.SUPPORTED_CONTROL_AT,
+            PersistentSearch.OID,
+            EntryChange.OID,
+            Subentries.OID,
+            ManageDsaIT.OID,
+            Cascade.OID,
+            PagedResults.OID,
             // Replication controls
-            SyncDoneValue.OID, SyncInfoValue.OID, SyncRequestValue.OID,
+            SyncDoneValue.OID,
+            SyncInfoValue.OID,
+            SyncRequestValue.OID,
             SyncStateValue.OID );

         // Add the objectClasses


Just asking to track of we changed the OID static member to not be a String.
But looks the same.

Regards,
Alex

It's menor formating.

I was just cleaning up my change back log by committing everything that I had on my computer before running global tests.

I tried to fix the Jenkins complain we had this morning.

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to