This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 69dd16f Remove unused exception.
69dd16f is described below
commit 69dd16f5348514607101931c982ff2c377dd02bf
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 20 08:16:07 2021 -0400
Remove unused exception.
---
src/test/java/org/apache/commons/cli/DefaultParserTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/cli/DefaultParserTest.java
b/src/test/java/org/apache/commons/cli/DefaultParserTest.java
index afba651..0fd835a 100644
--- a/src/test/java/org/apache/commons/cli/DefaultParserTest.java
+++ b/src/test/java/org/apache/commons/cli/DefaultParserTest.java
@@ -32,7 +32,7 @@ public class DefaultParserTest extends ParserTestCase {
}
@Test
- public void testBuilder() throws Exception {
+ public void testBuilder() {
parser = DefaultParser.builder()
.setStripLeadingAndTrailingQuotes(false)
.setAllowPartialMatching(false)