]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/Compactify.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 / procedures / Compactify.java
index 7b647806d87947ee25ee01a01152a90da44d18f2..4c6babcb5bc8447fd63dad56f6f3fb286cd537f6 100644 (file)
@@ -1,9 +1,9 @@
 package org.simantics.graph.compiler.internal.procedures;
 
-import gnu.trove.map.hash.TIntIntHashMap;
-
 import org.simantics.graph.store.GraphStore;
 
+import gnu.trove.map.hash.TIntIntHashMap;
+
 public class Compactify implements Runnable {
        GraphStore store;