From 0279beaba00b0fea27a5d5a50d7185b938dabbff Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 14 Jun 2019 20:24:59 -0400 Subject: [PATCH] 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 b3114755..dfdaf695 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 {