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-csv.git
The following commit(s) were added to refs/heads/master by this push: new 8e72c666 Normalize end of comments 8e72c666 is described below commit 8e72c66698605a792aba27bf2ebb8e77a64dabc8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:47:39 2024 -0500 Normalize end of comments --- src/test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.java b/src/test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.java index a6396ee5..76f1568b 100644 --- a/src/test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.java +++ b/src/test/java/org/apache/commons/csv/ExtendedBufferedReaderTest.java @@ -49,7 +49,6 @@ public class ExtendedBufferedReaderTest { /* * Test to illustrate https://issues.apache.org/jira/browse/CSV-75 - * */ @Test public void testReadChar() throws Exception {