Skip to content

Commit 30860d6

Browse files
committed
Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1602945 13f79535-47bb-0310-9956-ffa450edef68
1 parent c1049b5 commit 30860d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ public void testGetOneLineCustomCollection() throws IOException {
541541

542542
/**
543543
* Tests reusing a parser to process new string records one at a time as they are being discovered. See [CSV-110].
544-
*
544+
*
545545
* @throws IOException
546546
*/
547547
@Test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void testToMapWithNoHeader() throws Exception {
176176
assertNotNull("Map is not null.", map);
177177
assertTrue("Map is empty.", map.isEmpty());
178178
}
179-
179+
180180
private void validateMap(final Map<String, String> map, final boolean allowsNulls) {
181181
assertTrue(map.containsKey("first"));
182182
assertTrue(map.containsKey("second"));

0 commit comments

Comments
 (0)