X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fvariable%2FProxyChildVariable.java;fp=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fvariable%2FProxyChildVariable.java;h=89664698ac790a5a4c77baf8f16a26639ec309fc;hb=3d1f8e3dbccff974e2f4e0ea5f8bc61ad136e194;hp=6ee8a53845fb0f97351183e6ffa3a145f937c1ff;hpb=81520c987689b19949edce7fea0ea76e367f4e95;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/ProxyChildVariable.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/ProxyChildVariable.java index 6ee8a5384..89664698a 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/ProxyChildVariable.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/ProxyChildVariable.java @@ -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);