Checkstyle: Line has trailing spaces.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1602945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-06-16 18:09:03 +00:00
parent c1049b549b
commit 30860d62bd
2 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,7 @@ public class CSVParserTest {
/**
* Tests reusing a parser to process new string records one at a time as they are being discovered. See [CSV-110].
*
*
* @throws IOException
*/
@Test

View File

@ -176,7 +176,7 @@ public class CSVRecordTest {
assertNotNull("Map is not null.", map);
assertTrue("Map is empty.", map.isEmpty());
}
private void validateMap(final Map<String, String> map, final boolean allowsNulls) {
assertTrue(map.containsKey("first"));
assertTrue(map.containsKey("second"));