This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
commit 78eed646438ddf342113da3a5fd6d0850dc3ecf4 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 09:39:03 2025 -0400 Javadoc and comment typos in XML files --- jelly-tags/jaxme/xdocs/index.xml | 4 ++-- xdocs/tutorial.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jelly-tags/jaxme/xdocs/index.xml b/jelly-tags/jaxme/xdocs/index.xml index 5cdf96c1..a90c785b 100644 --- a/jelly-tags/jaxme/xdocs/index.xml +++ b/jelly-tags/jaxme/xdocs/index.xml @@ -27,8 +27,8 @@ <p> A <a href='http://java.sun.com/xml/jaxb/'>JAXB</a> tag library using the <a href='http://ws.apache.org/jaxme'>Apache JaxMe</a> implementation. - Tags are provided for marshalling java objects into xml - and unmarshalling xml into java objects which will work with any JAXB implementation. + Tags are provided for marshalling java objects into XML + and unmarshalling XML into java objects which will work with any JAXB implementation. The generation tag generates java objects which can be marshalled and unmarshalled by JaxMe and are specific to that implementation. </p> diff --git a/xdocs/tutorial.xml b/xdocs/tutorial.xml index baf94e96..332cf4e0 100644 --- a/xdocs/tutorial.xml +++ b/xdocs/tutorial.xml @@ -58,7 +58,7 @@ To see a list of the Jelly demos that you can run, type "maven -g" in the Jelly root directory (there should be a project.xml file there). Among the other maven goals, you will see the the demos available under the "demo" goal (incidentally, Maven is a project automation tool that uses Jelly as -its xml processing engine, and Jelly in turn uses Maven as its build tool. +its XML processing engine, and Jelly in turn uses Maven as its build tool. Neat!) </p>