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

Jean-Noel Rouvignac
23.44.2015 6638c2755466ca601450700d5a39f390f23d4781
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
@@ -153,21 +153,13 @@
  /**
   * Error types
   */
  /**
   * No error happened.
   */
  /** No error happened. */
  int ERROR_NONE          = 0;
  /**
   * And error reading the entry occurred.
   */
  /** And error reading the entry occurred. */
  int ERROR_READING_ENTRY     = 1;
  /**
   * An error following referrals occurred.
   */
  /** An error following referrals occurred. */
  int ERROR_SOLVING_REFERRAL    = 2;
  /**
   * An error occurred searching the children of the entry.
   */
  /** An error occurred searching the children of the entry. */
  int ERROR_SEARCHING_CHILDREN  = 3;
}