mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/extensions/WhoAmIExtendedOperation.java
@@ -88,7 +88,6 @@
  public void initializeExtendedOperationHandler(ConfigEntry configEntry)
         throws ConfigException, InitializationException
  {
    // No special configuration is required.
    DirectoryServer.registerSupportedExtension(OID_WHO_AM_I_REQUEST, this);
@@ -102,7 +101,6 @@
   */
  public void finalizeExtendedOperationHandler()
  {
    DirectoryServer.deregisterSupportedExtension(OID_WHO_AM_I_REQUEST);
  }
@@ -115,8 +113,6 @@
   */
  public void processExtendedOperation(ExtendedOperation operation)
  {
    // Get the client connection and determine the DN of the user associated
    // with it.
    ClientConnection clientConnection = operation.getClientConnection();