mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 00:18:59 +00:00
8003263: redundant cast build failure after 8003120
Reviewed-by: alanb
This commit is contained in:
parent
f439018255
commit
78ff6a33ee
@ -560,8 +560,7 @@ public final class ResourceManager {
|
||||
}
|
||||
} finally {
|
||||
while (resources.hasMore()) {
|
||||
InputStream istream = (InputStream)resources.next();
|
||||
istream.close();
|
||||
resources.next().close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user