X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FExternalFileLoader.java;h=d44918165e8d5435b8439969073272abd16ca078;hb=a8ee105b0825fcefc76b9aa967b275f418308df7;hp=1bc2617ead84628d997f38a2b322f439e6e16465;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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; +}