Polish
See gh-13148
This commit is contained in:
committed by
Stephane Nicoll
parent
d96724077c
commit
3dd2f5bb05
@@ -496,7 +496,7 @@ public class JarFileTests {
|
||||
.openConnection().getInputStream().close();
|
||||
this.thrown.expect(FileNotFoundException.class);
|
||||
new URL(context, "jar:" + this.rootJarFile.toURI() + "!/no.dat")
|
||||
.openConnection().getInputStream().close();
|
||||
.openConnection().getInputStream();
|
||||
}
|
||||
finally {
|
||||
JarURLConnection.setUseFastExceptions(false);
|
||||
|
||||
Reference in New Issue
Block a user