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

Jean-Noël Rouvignac
20.36.2016 2a3158aad80fc910b83336485b3e545dea50066c
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008-2010 Sun Microsystems, Inc.
 * Portions Copyright 2015 ForgeRock AS.
 * Portions Copyright 2015-2016 ForgeRock AS.
 */
package org.opends.guitools.controlpanel.ui.nodes;
@@ -21,10 +21,7 @@
import org.opends.server.types.LDAPURL;
/**
 * Interface used in the LDAP entries browser code to deal with entries.
 *
 */
/** Interface used in the LDAP entries browser code to deal with entries. */
public interface BrowserNodeInfo {
  /**
@@ -60,7 +57,6 @@
   * current server. An entry is declared 'remote' when the host/port of
   * getURL() is different from the host/port of the DirContext associated to
   * the browser controller. Returns <CODE>false</CODE> otherwise.
   *
   */
  boolean isRemote();
@@ -140,9 +136,7 @@
   */
  String[] getObjectClassValues();
  /**
   * Error types
   */
  /** Error types. */
  /** No error happened. */
  int ERROR_NONE          = 0;
  /** And error reading the entry occurred. */