]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/ProxyChildVariable.java
foobaz
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / variable / ProxyChildVariable.java
index 6ee8a53845fb0f97351183e6ffa3a145f937c1ff..89664698ac790a5a4c77baf8f16a26639ec309fc 100644 (file)
@@ -48,6 +48,7 @@ public class ProxyChildVariable extends AbstractChildVariable {
        }
        
     public Variable getPossibleChild(ReadGraph graph, String name) throws DatabaseException {
+        System.err.println("other: " + other.getURI(graph) + " " + name );
        Variable otherChild = other.getPossibleChild(graph, name);
        if(otherChild == null) return null;
        return create(base, this, otherChild, name);