Merge branch '1.3.x'
This commit is contained in:
commit
e9c69f261d
|
@ -100,7 +100,8 @@ final class ChangeableUrls implements Iterable<URL> {
|
|||
}
|
||||
catch (IOException ex) {
|
||||
throw new IllegalStateException(
|
||||
"Failed to read Class-Path attribute from manifest of jar " + url);
|
||||
"Failed to read Class-Path attribute from manifest of jar " + url,
|
||||
ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue