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 2004/10/02 02:06:48 UTC

svn commit: rev 51774 - incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve

Author: akarasulu
Date: Fri Oct  1 17:06:47 2004
New Revision: 51774

Added:
   incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemPartition.java
      - copied, changed from rev 51772, incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemBackend.java
Removed:
   incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemBackend.java
Log:
renaming SystemBackend -> SystemPartition

Copied: incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemPartition.java (from rev 51772, incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemBackend.java)
==============================================================================
--- incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemBackend.java	(original)
+++ incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/SystemPartition.java	Fri Oct  1 17:06:47 2004
@@ -38,7 +38,7 @@
  * @author <a href="mailto:directory-dev@incubator.apache.org">Apache Directory Project</a>
  * @version $Rev$
  */
-public class SystemBackend extends AbstractContextPartition
+public class SystemPartition extends AbstractContextPartition
 {
     /**
      * System backend suffix constant.  Should be kept down to a single Dn name 
@@ -71,7 +71,7 @@
      * also contain all system index attribute types - if not the system will
      * not operate correctly.
      */
-    public SystemBackend( Database db, SearchEngine searchEngine,
+    public SystemPartition( Database db, SearchEngine searchEngine,
                           AttributeType[] indexAttributes )
         throws NamingException
     {