| commit | 4991f02d4da55b619bbf3ce45c1170006eedadcb | [log] [tgz] |
|---|---|---|
| author | Piotrek Zygielo <piotr@zygielo.pl> | Fri Feb 14 21:07:59 2020 +0100 |
| committer | Mark Thomas <markt@apache.org> | Wed Jul 01 19:26:57 2020 +0100 |
| tree | 3c3af8cece9ac686f72697a98953e461dba6d470 | |
| parent | f8b7d0ab8193e951a48300e26b793df039eebb65 [diff] |
Fix UnusedPrivateMethod Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
This repository contains the code for Jakarta Expression Language.
Jakarta Expression Language can be built by executing the following from the project root:
mvn clean package
The API jar can then be found in /target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.