No effective change - remove unused assignment

This commit is contained in:
Robin Bygrave
2015-08-01 21:07:57 +12:00
parent 8005ef8432
commit 6e5e5fb666
8 changed files with 9 additions and 9 deletions
@@ -175,7 +175,7 @@ public class ClassPathSearch implements ClassPathSearchService {
private ClassPathElement getClassPathElement(Object classPathEntry) throws MalformedURLException {
URL fileUrl = null;
URL fileUrl;
if (URI.class.isInstance(classPathEntry)) {
fileUrl = ((URI) classPathEntry).toURL();