Skip to content

Commit c099c7c

Browse files
hansonrhansonr
authored andcommitted
comment only
1 parent cf67744 commit c099c7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/compiler/Java2ScriptCompiler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public class Java2ScriptCompiler {
4444
// BH: added "true".equals(getProperty(props,
4545
// "j2s.compiler.allow.compression")) to ensure compression only occurs when
4646
// desired
47-
private static final int JSL_LEVEL = AST.JLS8; // not handling lampda functions
48-
47+
private static final int JSL_LEVEL = AST.JLS8; // deprecation just because Java has moved on
4948
private boolean showJ2SSettings = true;
5049

5150
// We copy all non .java files from any directory from which we loaded a

0 commit comments

Comments
 (0)