Skip to content

Commit

Permalink
Java 8 has been released for quite some time
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Mar 12, 2020
1 parent 3181a72 commit 318be22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ELSpec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2128,8 +2128,8 @@ disallow collections of infinite size, it works best when the collection
objects are created in memory, with known sizes. It also does not
address the performance issue in a multi-threaded environment, and does
not provide explicit controls for evaluating collection operations in
parallel. The future version of EL will likely include functionalities
from Java SE 8, when it is released.
parallel. A future version of EL will likely include functionalities
from Java SE 8.

Central to the implementation is the use of
lambda expressions, now supported in EL. A lambda expression in the Java
Expand Down

0 comments on commit 318be22

Please sign in to comment.