Merge branch '1.3.x'

This commit is contained in:
Andy Wilkinson 2016-07-19 08:55:45 +01:00
commit e9c69f261d

View File

@ -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);
}
}