We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf67744 commit c099c7cCopy full SHA for c099c7c
sources/net.sf.j2s.core/src/net/sf/j2s/core/compiler/Java2ScriptCompiler.java
@@ -44,8 +44,7 @@ public class Java2ScriptCompiler {
44
// BH: added "true".equals(getProperty(props,
45
// "j2s.compiler.allow.compression")) to ensure compression only occurs when
46
// desired
47
- private static final int JSL_LEVEL = AST.JLS8; // not handling lampda functions
48
-
+ private static final int JSL_LEVEL = AST.JLS8; // deprecation just because Java has moved on
49
private boolean showJ2SSettings = true;
50
51
// We copy all non .java files from any directory from which we loaded a
0 commit comments