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

--no commit message

--no commit message
上级 87ad9f21
......@@ -49,18 +49,6 @@ public class FileObjectDisk extends RandomAccessFile implements FileObject {
return name;
}
public void close() throws IOException {
int test;
long t = System.currentTimeMillis();
super.close();
t = System.currentTimeMillis() - t;
if (t > 100) {
System.out.println("close took " + t);
// System.out.println("");
}
}
public synchronized boolean tryLock() {
if (lock == null) {
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论