Skip to content

Commit b10c8fb

Browse files
author
Vincent Potucek
committed
UnnecessaryThrows
1 parent f1e8a74 commit b10c8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/maven-impl/src/test/java/org/apache/maven/impl/DefaultModelXmlFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void setUp() {
4040
}
4141

4242
@Test
43-
void testValidNamespaceWithModelVersion400() throws Exception {
43+
void testValidNamespaceWithModelVersion400() {
4444
String xml =
4545
"""
4646
<project xmlns="http://maven.apache.org/POM/4.0.0">

0 commit comments

Comments
 (0)