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

boli
01.27.2007 455897cc245b67d929f409a93cfa7106e835cc1f
opends/src/server/org/opends/server/api/SASLMechanismHandler.java
@@ -33,7 +33,6 @@
import org.opends.server.core.BindOperation;
import org.opends.server.types.InitializationException;
import static org.opends.server.loggers.Debug.*;
@@ -44,11 +43,6 @@
 */
public abstract class SASLMechanismHandler
{
  /**
   * The fully-qualified name of this class for debugging purposes.
   */
  private static final String CLASS_NAME =
       "org.opends.server.api.SASLMechanismHandler";
@@ -83,7 +77,6 @@
   */
  public void finalizeSASLMechanismHandler()
  {
    assert debugEnter(CLASS_NAME, "finalizeSASLMechanismHandler");
    // No implementation is required by default.
  }