Remove empty paragraph from JavaDoc

This commit is contained in:
Benedikt Ritter 2018-08-31 10:51:00 +02:00
parent 71459b6d30
commit 4e1802db96
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ import java.util.Arrays;
*
* 2,mary,Mary,Meyer,1985-03-29
* </pre>
* <p></p>
*/
public final class CSVPrinter implements Flushable, Closeable {