Remove trailing white spaces

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1460132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-03-23 11:49:00 +00:00
parent 8989b6fc56
commit 77c6382ee5
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ import java.io.StringReader;
import org.junit.Test;
/**
*
*
*
*
* @version $Id$
*/
public class CSVLexerTest {