]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/ConnectionImpl.java
Work in progress
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / ConnectionImpl.java
index e67851f34d6bcca7c957da91549b4f5e242134a4..ea8c83b54e334492f94e0a935faedec400b4a9cd 100644 (file)
@@ -66,6 +66,7 @@ public class ConnectionImpl implements Connection {
 
        @Override
        public Collection<VariableConnectionPointDescriptor> getConnectionPointDescriptors(ReadGraph graph, Variable component, Resource relationType) throws DatabaseException {
+               System.err.println("getConnectionPointDescriptors " + component.getURI(graph));
            return ConnectionBrowser.flatten(graph, component, predicate, relationType);
        }