提交 ce14e488 authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove (now) unneeded code.

上级 0d889897
......@@ -670,9 +670,6 @@ public class LobStorageBackend implements LobStorageInterface {
@Override
public int available() throws IOException {
if (remainingBytes > Integer.MAX_VALUE) {
return Integer.MAX_VALUE;
}
return MathUtils.convertLongToInt(remainingBytes);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论