Ignore:
Timestamp:
08/01/12 18:47:42 (12 years ago)
Author:
wschamai
Message:

BUG FIX: validation rule, model instantiation (root name)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.common/src/org/openmodelica/modelicaml/common/instantiation/ClassInstantiation.java

    r1598 r1602  
    173173//          collectValueClientsAndProvidersFromUmlModel();
    174174
    175             // indicate the size of the tree
    176             int numberOfTreeNodes = getAllTreeObjects().size();
    177             treeRoot.setName(treeRoot.getName() + " (" + numberOfTreeNodes + " nodes)");
     175//          // indicate the size of the tree
     176//          int numberOfTreeNodes = getAllTreeObjects().size();
     177//          treeRoot.setName(treeRoot.getName() + " (" + numberOfTreeNodes + " nodes)");
    178178        }
    179179    }
Note: See TracChangeset for help on using the changeset viewer.