Skip to content

Commit

Permalink
Wrong evaluation of lambda expression #257
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos committed Sep 10, 2024
1 parent 35c17b4 commit 2ee9d39
Show file tree
Hide file tree
Showing 10 changed files with 5,436 additions and 6,143 deletions.
2 changes: 1 addition & 1 deletion impl/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<project name="el-impl" default="generate" basedir=".">

<property name="javacc.home" value="/Users/kichung/tools/javacc-5.0"/>
<property name="javacc.home" value="/home/jbescos/programs/java/javacc-javacc-7.0.13/bootstrap"/>
<property name="dir" value="src/main/java/com/sun/el/parser"/>

<target name="generate" description="Generate java files">
Expand Down
Loading

0 comments on commit 2ee9d39

Please sign in to comment.