Skip to content

Commit 7c4121b

Browse files
committed
Remove comment, intention of test is now expressed in its name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1465709 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4c8024f commit 7c4121b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVLexerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ private Lexer getLexer(final String input, final CSVFormat format) {
5757
return new CSVLexer(format, new ExtendedBufferedReader(new StringReader(input)));
5858
}
5959

60-
// Single line (without comment)
6160
@Test
6261
public void testIgnoreSurroundingSpacesAreDeleted() throws IOException {
6362
final String code = "noSpaces, leadingSpaces,trailingSpaces , surroundingSpaces , ,,";

0 commit comments

Comments
 (0)