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

jvergara
18.36.2008 3baf38c823e31bddf3c2905e8781653404ab995c
opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java
@@ -1055,7 +1055,7 @@
   * @return <CODE>true</CODE> if the node is a configuration node and
   * <CODE>false</CODE> otherwise.
   */
  private boolean isConfigurationNode(BasicNode node)
  public boolean isConfigurationNode(BasicNode node)
  {
    boolean isConfigurationNode = false;
    if (node instanceof SuffixNode)