Skip to content

Commit 69dd16f

Browse files
committed
Remove unused exception.
1 parent 2df55d4 commit 69dd16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/cli/DefaultParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void setUp() {
3232
}
3333

3434
@Test
35-
public void testBuilder() throws Exception {
35+
public void testBuilder() {
3636
parser = DefaultParser.builder()
3737
.setStripLeadingAndTrailingQuotes(false)
3838
.setAllowPartialMatching(false)

0 commit comments

Comments
 (0)