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

abobrov
30.16.2008 cec880d908a0dab559f4c55e4a0a1aa607594617
opends/src/server/org/opends/server/core/NetworkGroup.java
@@ -225,7 +225,7 @@
        if (curNode.insertSubordinate(workflowNode))
        {
          // new workflow has been inserted in the topology
          break;
          continue;
        }
        // ... or try to insert the existing workflow below the new
@@ -233,7 +233,7 @@
        if (workflowNode.insertSubordinate(curNode))
        {
          // new workflow has been inserted in the topology
          break;
          continue;
        }
      }