X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.db%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fdb%2FTransferableGraphImportProcess.java;fp=bundles%2Forg.simantics.graph.db%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fdb%2FTransferableGraphImportProcess.java;h=3b3c78bac7039c6c7e31147de6bf06a39c084d94;hp=4ec7138660fc2dd8c585fefe07bceb96bc4b5c00;hb=50dee4ff8fd82c2e6ad78246b5b1f6880865a3e8;hpb=222c4c048259f948bb86d5315fd795ef8ed47633 diff --git a/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java b/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java index 4ec713866..3b3c78bac 100644 --- a/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java +++ b/bundles/org.simantics.graph.db/src/org/simantics/graph/db/TransferableGraphImportProcess.java @@ -174,7 +174,7 @@ public class TransferableGraphImportProcess implements TransferableGraphImporter missingExternals.add(external); } - void prepare(ReadGraph graph) throws DatabaseException { + public void prepare(ReadGraph graph) throws DatabaseException { findBuiltins(graph); Resource[] resources = new Resource[tg.resourceCount]; @@ -338,7 +338,7 @@ public class TransferableGraphImportProcess implements TransferableGraphImporter } - void write(WriteOnlyGraph graph) throws DatabaseException { + public void write(WriteOnlyGraph graph) throws DatabaseException { Resource[] resources = this.resources;