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.modelica.importer/src/org/openmodelica/modelicaml/modelica/importer/model/TreeBuilder.java

    r1573 r1602  
    238238                            // create tree item
    239239                            ClassItem item = new ClassItem(className);
    240 
     240                           
    241241                            treeParent.addChild(item);
    242242                            treeItems.add(item);
     
    250250                            // add to the return list
    251251                            createdItems.add(item);
     252                           
     253//                          System.err.println("Loading: " + item + " (" + item.getQName() + ")");
    252254                           
    253255                            if (recursive) {
Note: See TracChangeset for help on using the changeset viewer.