| opendj-admin/src/main/java/org/opends/server/admin/AdministrationConnector.java | ●●●●● patch | view | raw | blame | history | |
| opendj-admin/src/main/java/org/opends/server/admin/AdministrationDataSync.java | ●●●●● patch | view | raw | blame | history | |
| opendj-admin/src/main/java/org/opends/server/core/DirectoryServer.java | ●●●●● patch | view | raw | blame | history |
opendj-admin/src/main/java/org/opends/server/admin/AdministrationConnector.java
File was deleted opendj-admin/src/main/java/org/opends/server/admin/AdministrationDataSync.java
File was deleted opendj-admin/src/main/java/org/opends/server/core/DirectoryServer.java
@@ -32,7 +32,7 @@ import org.opends.server.config.ConfigException; /** * TODO : this is a stub * TODO : this is a stub */ public class DirectoryServer { @@ -56,14 +56,6 @@ throw new RuntimeException("Not implemented"); } public static AttributeType getAttributeType(String lowerCase) { throw new RuntimeException("Not implemented"); } public static AttributeType getDefaultAttributeType(String attrName) { throw new RuntimeException("Not implemented"); } public static ConfigEntry getConfigEntry(DN dn) throws ConfigException { throw new RuntimeException("Not implemented"); }