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 700624d Javadoc tweak. 700624d is described below commit 700624d18c03b44ff17d0405c9f2a18b52ca9729 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Aug 8 10:19:22 2019 -0400 Javadoc tweak. --- src/test/java/org/apache/commons/io/output/NullWriterTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/output/NullWriterTest.java b/src/test/java/org/apache/commons/io/output/NullWriterTest.java index d13fc7a..233f2ff 100644 --- a/src/test/java/org/apache/commons/io/output/NullWriterTest.java +++ b/src/test/java/org/apache/commons/io/output/NullWriterTest.java @@ -21,7 +21,6 @@ import org.junit.Test; /** * Really not a lot to do here, but checking that no * Exceptions are thrown. - * */ public class NullWriterTest {