gnu: java-commons-jexl-2: Fix trailing whitespace in synopsis.

* gnu/packages/java.scm (java-commons-jexl-2)[synopsis]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-30 00:27:17 -08:00
parent 5c51ce4d0c
commit 896e39282d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -10853,7 +10853,7 @@ (define-public java-commons-jexl-2
(native-inputs (native-inputs
(list java-junit java-hamcrest-core javacc-4)) (list java-junit java-hamcrest-core javacc-4))
(home-page "https://commons.apache.org/proper/commons-jexl/") (home-page "https://commons.apache.org/proper/commons-jexl/")
(synopsis "Java Expression Language ") (synopsis "Java Expression Language")
(description "JEXL is a library intended to facilitate the implementation (description "JEXL is a library intended to facilitate the implementation
of dynamic and scripting features in applications and frameworks written in of dynamic and scripting features in applications and frameworks written in
Java. JEXL implements an Expression Language based on some extensions to the Java. JEXL implements an Expression Language based on some extensions to the