]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/types/effects/EffectIdMap.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / types / effects / EffectIdMap.java
index 149e139bdbd1dff5d1e5b1bc17a16917cf326732..4168fff931241574484b794ce94e40fe4de043b0 100644 (file)
@@ -1,7 +1,5 @@
 package org.simantics.scl.compiler.internal.types.effects;
 
-import gnu.trove.map.hash.TObjectIntHashMap;
-
 import java.util.ArrayList;
 import java.util.Collection;
 
@@ -11,6 +9,8 @@ import org.simantics.scl.compiler.types.TUnion;
 import org.simantics.scl.compiler.types.Type;
 import org.simantics.scl.compiler.types.Types;
 
+import gnu.trove.map.hash.TObjectIntHashMap;
+
 public class EffectIdMap {
 
     public static final int MIN = 0;