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/BasicNode.java
@@ -57,8 +57,10 @@
  private String[] referral;
  private int numSubOrdinates;
  // This is required for the case where there is an undefined number of
  // subordinates (for instance in the case of the changelog).
  /**
   * This is required for the case where there is an undefined number of
   * subordinates (for instance in the case of the changelog).
   */
  private boolean hasSubOrdinates;
  private String displayName;
@@ -320,9 +322,7 @@
  /**
   * Rendering
   */
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public String toString() {
    return getDisplayName();
  }