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


The following commit(s) were added to refs/heads/master by this push:
     new 8fcc4982 Remove extra whitespace
8fcc4982 is described below

commit 8fcc4982c08038c20ff888e07b9a43a3cc60f69c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 12 15:16:28 2023 -0400

    Remove extra whitespace
---
 core/src/main/java/org/apache/commons/jelly/XMLOutput.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/java/org/apache/commons/jelly/XMLOutput.java 
b/core/src/main/java/org/apache/commons/jelly/XMLOutput.java
index 6864c80e..3016fd25 100644
--- a/core/src/main/java/org/apache/commons/jelly/XMLOutput.java
+++ b/core/src/main/java/org/apache/commons/jelly/XMLOutput.java
@@ -542,7 +542,7 @@ public class XMLOutput implements ContentHandler, 
LexicalHandler {
      * using two special Unicode values. Such characters are in the so-called
      * "Astral Planes", with a code point above U+FFFF.  A second case involves
      * composite characters, such as a base character combining with one or
-     * more accent characters. </p>
+     * more accent characters.</p>
      *
      * <p> Your code should not assume that algorithms using
      * <code>char</code>-at-a-time idioms will be working in character
@@ -611,7 +611,7 @@ public class XMLOutput implements ContentHandler, 
LexicalHandler {
      *
      * <p>Like {@link #characters characters()}, processing instruction
      * data may have characters that need more than one <code>char</code>
-     * value. </p>
+     * value.</p>
      *
      * @param target The processing instruction target.
      * @param data The processing instruction data, or null if

Reply via email to