Skip to content

Commit d24bf70

Browse files
committed
Update MainClass.java
1 parent 64690bd commit d24bf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asmetal2java_codegen/src/org/asmeta/asm2java/main/MainClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static CompileResult generate(
143143

144144
exportFile(javaFile, outputFolder);
145145
exportFile(javaFileExe, outputFolder);
146-
exportFile(javaFileASM, outputFolder);
146+
//exportFile(javaFileASM, outputFolder);
147147

148148

149149
CompileResult result = CompilatoreJava.compile(name + ".java", dir, true);

0 commit comments

Comments
 (0)