]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/scl/SCLUtil.java
Compiler warning elimination
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / scl / SCLUtil.java
index 940c244ed8d39bb368e1b7954c4a427dc7ff7396..39d4e441056838ec9d219c342bebe7c6ede619dc 100644 (file)
@@ -14,6 +14,7 @@ import org.simantics.scl.compiler.types.TCon;
 import org.simantics.scl.compiler.types.Type;
 import org.simantics.scl.osgi.SCLOsgi;
 
+@SuppressWarnings("restriction")
 public class SCLUtil {
        
        static Map<TCon,Class<?>> typeMap = new HashMap<TCon, Class<?>>();