You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/09/13 13:26:59 UTC

svn commit: r1522876 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/LexerTest.java

Author: britter
Date: Fri Sep 13 11:26:59 2013
New Revision: 1522876

URL: http://svn.apache.org/r1522876
Log:
Woops, messed up renaming in r1522875. Change type name to match the new file name.

Modified:
    commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/LexerTest.java

Modified: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/LexerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/LexerTest.java?rev=1522876&r1=1522875&r2=1522876&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/LexerTest.java (original)
+++ commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/LexerTest.java Fri Sep 13 11:26:59 2013
@@ -43,7 +43,7 @@ import org.junit.Test;
  *
  * @version $Id$
  */
-public class CSVLexerTest {
+public class LexerTest {
 
     private CSVFormat formatWithEscaping;