]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/ListTemplate.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 / ListTemplate.java
index f9855ce712d87741a4dfa5066f9b8ebcceca126b..1a8390befdeb1ae444352b5b80e6f6764abc25f7 100644 (file)
@@ -3,10 +3,10 @@ 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.query.Paths;
 import org.simantics.graph.store.GraphStore;
-import org.simantics.ltk.Problem;
 
 public enum ListTemplate implements ITemplate {