Skip to content

Commit 78d3d98

Browse files
committed
Silence Eclipse warning about unthrown Exception
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1298217 13f79535-47bb-0310-9956-ffa450edef68
1 parent 660f37a commit 78d3d98

1 file changed

Lines changed: 1 addition & 1 deletion

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
@@ -350,7 +350,7 @@ public void testDefaultFormat() throws IOException {
350350
}
351351

352352

353-
public void testUnicodeEscape() throws IOException {
353+
public void testUnicodeEscape() throws Exception {
354354
String code = "abc,\\u0070\\u0075\\u0062\\u006C\\u0069\\u0063";
355355
CSVParser parser = new CSVParser(code, CSVFormat.DEFAULT.withUnicodeEscapesInterpreted(true));
356356
String[] data = parser.iterator().next();

0 commit comments

Comments
 (0)