no more need of this  ROLE field

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1311452 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/archiva/redback/components/apacheds/ApacheDs.java b/src/main/java/org/apache/archiva/redback/components/apacheds/ApacheDs.java
index 23436f8..3c50fce 100644
--- a/src/main/java/org/apache/archiva/redback/components/apacheds/ApacheDs.java
+++ b/src/main/java/org/apache/archiva/redback/components/apacheds/ApacheDs.java
@@ -20,8 +20,8 @@
  */
 
 import javax.naming.NamingException;
-import javax.naming.directory.InitialDirContext;
 import javax.naming.directory.Attributes;
+import javax.naming.directory.InitialDirContext;
 import java.io.File;
 import java.util.Set;
 
@@ -31,7 +31,6 @@
  */
 public interface ApacheDs
 {
-    String ROLE = ApacheDs.class.getName();
 
     // ----------------------------------------------------------------------
     // Configuration
@@ -40,9 +39,9 @@
     void setBasedir( File basedir );
 
     void setPort( int port );
-    
+
     int getPort();
-    
+
     void setEnableNetworking( boolean enableNetworking );
 
     void addPartition( String name, String root, Set indexedAttributes, Attributes partitionAttributes )
@@ -54,7 +53,7 @@
     /**
      * Creates a partition usable for testing and other light usage.
      *
-     * @param name The name of the partition. Will be used as the directory name when persisted.
+     * @param name             The name of the partition. Will be used as the directory name when persisted.
      * @param domainComponents E.g. "plexus", "codehaus", "org"
      * @throws NamingException
      */