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:[EMAIL PROTECTED]">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
{