X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FExternalFileLoader.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FExternalFileLoader.java;h=d44918165e8d5435b8439969073272abd16ca078;hp=1bc2617ead84628d997f38a2b322f439e6e16465;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java index 1bc2617ea..d44918165 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java @@ -1,7 +1,7 @@ -package org.simantics.graph.compiler; - -import java.io.IOException; - -public interface ExternalFileLoader { - byte[] load(String fileName) throws IOException; -} +package org.simantics.graph.compiler; + +import java.io.IOException; + +public interface ExternalFileLoader { + byte[] load(String fileName) throws IOException; +}