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

Bugfix (this class is only used for testing normally)

上级 d5575609
......@@ -210,4 +210,9 @@ class FileRec extends FileBase {
return channel.tryLock(position, size, shared);
}
@Override
public String toString() {
return name;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论