]> gerrit.simantics Code Review - simantics/interop.git/commitdiff
Still fixing code after git self conflicts
authorMarko Luukkainen <marko.luukkainen@vtt.fi>
Tue, 21 Feb 2017 14:51:41 +0000 (16:51 +0200)
committerMarko Luukkainen <marko.luukkainen@vtt.fi>
Tue, 21 Feb 2017 14:51:41 +0000 (16:51 +0200)
refs #7045

Change-Id: I2a90f04ad9a7788732caa1f9842b10e875565f14

org.simantics.interop.update/src/org/simantics/interop/update/model/UpdateTree.java

index b8e53f16699b2354fe3c5ac82f5994fcf06eec8b..b7a2c4be6c27ed90e58fb5eeb2c54781f63d6acd 100644 (file)
@@ -70,7 +70,7 @@ public abstract class UpdateTree {
                return node;
        }
        
-       private boolean connectParent(ReadGraph g, UpdateNode node) throws DatabaseException {
+       protected boolean connectParent(ReadGraph g, UpdateNode node) throws DatabaseException {
                UpdateNode parent = null;
                while (true) {
                        Resource parentResource = node.getParentResource(g);