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:
parent
c1049b549b
commit
30860d62bd
|
@ -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].
|
* Tests reusing a parser to process new string records one at a time as they are being discovered. See [CSV-110].
|
||||||
*
|
*
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
|
|
|
@ -176,7 +176,7 @@ public class CSVRecordTest {
|
||||||
assertNotNull("Map is not null.", map);
|
assertNotNull("Map is not null.", map);
|
||||||
assertTrue("Map is empty.", map.isEmpty());
|
assertTrue("Map is empty.", map.isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void validateMap(final Map<String, String> map, final boolean allowsNulls) {
|
private void validateMap(final Map<String, String> map, final boolean allowsNulls) {
|
||||||
assertTrue(map.containsKey("first"));
|
assertTrue(map.containsKey("first"));
|
||||||
assertTrue(map.containsKey("second"));
|
assertTrue(map.containsKey("second"));
|
||||||
|
|
Loading…
Reference in New Issue