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

boli
01.27.2007 455897cc245b67d929f409a93cfa7106e835cc1f
opends/src/server/org/opends/server/tools/LDAPCompareOptions.java
@@ -22,11 +22,10 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.tools;
import static org.opends.server.loggers.Debug.*;
@@ -36,11 +35,6 @@
 */
public class LDAPCompareOptions extends LDAPToolOptions
{
  /**
   * The fully-qualified name of this class for debugging purposes.
   */
  private static final String CLASS_NAME =
       "org.opends.server.tools.LDAPCompareOptions";
  /**
   * Creates the options instance.
@@ -48,7 +42,6 @@
   */
  public LDAPCompareOptions()
  {
    assert debugConstructor(CLASS_NAME);
  }
}