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-io.git
The following commit(s) were added to refs/heads/master by this push: new bbff10de Javadoc bbff10de is described below commit bbff10dec4c6473b219fc715e78963dbdb1b5e09 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 2 09:38:13 2024 -0500 Javadoc --- src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java b/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java index de986c98..46379abb 100644 --- a/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java +++ b/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java @@ -49,6 +49,9 @@ import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.MethodSource; import org.junitpioneer.jupiter.DefaultLocale; +/** + * Tests {@link XmlStreamReader}. + */ public class XmlStreamReaderTest { private static final String ISO_8859_1 = StandardCharsets.ISO_8859_1.name();