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 0279bea  Javadoc.
0279bea is described below

commit 0279beaba00b0fea27a5d5a50d7185b938dabbff
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Fri Jun 14 20:24:59 2019 -0400

    Javadoc.
---
 src/test/java/org/apache/commons/csv/CSVFormatTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/csv/CSVFormatTest.java 
b/src/test/java/org/apache/commons/csv/CSVFormatTest.java
index b311475..dfdaf69 100644
--- a/src/test/java/org/apache/commons/csv/CSVFormatTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVFormatTest.java
@@ -42,7 +42,7 @@ import org.junit.Assert;
 import org.junit.Test;
 
 /**
- *
+ * Tests {@link CSVFormat}.
  */
 public class CSVFormatTest {
 

Reply via email to