提交 60ba0fdd 编写于 作者: W weijun

8003263: redundant cast build failure after 8003120

Reviewed-by: alanb
上级 b62c32c6
......@@ -560,8 +560,7 @@ public final class ResourceManager {
}
} finally {
while (resources.hasMore()) {
InputStream istream = (InputStream)resources.next();
istream.close();
resources.next().close();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册