提交 7c73b37a authored 作者: thomasmueller's avatar thomasmueller

Suppress Warning

上级 e4bb3a38
......@@ -96,6 +96,7 @@ public class StreamStore {
* @param in the stream
* @return the id (potentially an empty array)
*/
@SuppressWarnings("resource")
public byte[] put(InputStream in) throws IOException {
ByteArrayOutputStream id = new ByteArrayOutputStream();
int level = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论