Remove redundant throws clause

This commit is contained in:
Anosh D. Ullenius
2022-06-17 20:29:52 +02:00
parent 245f5386ce
commit 258d85b934
5 changed files with 7 additions and 9 deletions
@@ -40,7 +40,7 @@ public class ClassPathTest
_classPath.asArgumentString(_folder.getRoot()));
}
@Test public void shouldProvideJarUrls () throws MalformedURLException, URISyntaxException
@Test public void shouldProvideJarUrls () throws URISyntaxException
{
URL[] actualUrls = _classPath.asUrls();
assertEquals(_firstJar, new File(actualUrls[0].toURI()));