Skip to content

Commit e33dced

Browse files
committed
Document empty block.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508935 13f79535-47bb-0310-9956-ffa450edef68
1 parent 97d3457 commit e33dced

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ public void testIterator() throws Exception {
472472
iterator.remove();
473473
fail("expected UnsupportedOperationException");
474474
} catch (final UnsupportedOperationException expected) {
475+
// expected
475476
}
476477
assertArrayEquals(new String[]{"a", "b", "c"}, iterator.next().values());
477478
assertArrayEquals(new String[]{"1", "2", "3"}, iterator.next().values());

0 commit comments

Comments
 (0)