]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/ExpressionClassLoader.java
(refs #7245) The first version of decompiler for SCL compilations
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / runtime / ExpressionClassLoader.java
index 0c134ee5c1130b5e9e730dd9552e01401f367c43..45e3027207f86ab6be25dff2863a20d6c6bbd42a 100644 (file)
@@ -60,6 +60,7 @@ public class ExpressionClassLoader extends ClassLoader implements MutableClassLo
         return defineClass(name, bytes, 0, bytes.length);
     }
     
+    @Override
     public byte[] getBytes(String name) {
         // Non-SCL classes are not handled here
         if(!name.startsWith(SCL_PACKAGE_PREFIX))