]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/ITemplate.java
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / internal / templates / ITemplate.java
index d53b2829593bab5f14cfc756ae942541dee910b4..a69b23de3f8a5080670b5cc7a647bd7d02bf1cf5 100644 (file)
@@ -3,9 +3,9 @@ package org.simantics.graph.compiler.internal.templates;
 import java.util.Collection;
 
 import org.simantics.graph.compiler.ExternalFileLoader;
+import org.simantics.graph.compiler.internal.ltk.Problem;
 import org.simantics.graph.query.IGraph;
 import org.simantics.graph.store.GraphStore;
-import org.simantics.ltk.Problem;
 
 public interface ITemplate {
        void apply(IGraph graph, GraphStore store, int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems);