]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/constants/generic/ClassRef.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / constants / generic / ClassRef.java
index 5686d63400b231afd9de38cc1b647edc962124fc..2ff26cf2dc5d5132259de6b317153af7382f4983 100644 (file)
@@ -1,7 +1,5 @@
 package org.simantics.scl.compiler.constants.generic;
 
-import gnu.trove.map.hash.THashMap;
-
 import java.lang.reflect.Constructor;
 import java.lang.reflect.Field;
 import java.lang.reflect.Method;
@@ -20,6 +18,8 @@ import org.simantics.scl.compiler.constants.generic.MethodRef.StaticFieldRef;
 import org.simantics.scl.compiler.constants.generic.MethodRef.StaticMethodRef;
 import org.simantics.scl.compiler.internal.codegen.utils.MethodBuilderBase;
 
+import gnu.trove.map.hash.THashMap;
+
 /**
  * This class is a reference to a Java class that contains a map of MethodRef for each
  * method declared by the referenced class.