From 8553855d3f6738e25a6870b595bde8fb5fdebb1a Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Thu, 29 Feb 2024 14:14:38 +0000 Subject: [PATCH] Fix output format --- spec/src/main/asciidoc/ELSpec.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/ELSpec.adoc b/spec/src/main/asciidoc/ELSpec.adoc index b3b3668..945f951 100644 --- a/spec/src/main/asciidoc/ELSpec.adoc +++ b/spec/src/main/asciidoc/ELSpec.adoc @@ -3007,7 +3007,7 @@ This appendix is non-normative. * Update to reflect new GitHub organisation and project names. * https://github.com/jakartaee/expression-language/issues/47[#47] - Make the dependency on the `java.beans.*` package (and hence the + Make the dependency on the `java.beans.\*` package (and hence the `java.desktop` module) optional. If the `java.beans.*` package is not available, an internal implementation is used to support the `BeanELResolver` that just provides getter/setter support as all other JavaBeans functionality