Skip to content

Commit 4b00469

Browse files
committed
Camel case.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1603204 13f79535-47bb-0310-9956-ffa450edef68
1 parent 04cee2b commit 4b00469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public void testWithQuoteChar() throws Exception {
398398
}
399399

400400
@Test(expected = IllegalArgumentException.class)
401-
public void testWithQuoteLFThrowsException() {
401+
public void testWithQuoteLfThrowsException() {
402402
CSVFormat.DEFAULT.withQuoteChar(LF).validate();
403403
}
404404

0 commit comments

Comments
 (0)