提交 07b377cd 编写于 作者: J Jesse Glick

Comment.

上级 06b92a49
......@@ -100,7 +100,7 @@ class BuildReferenceMapAdapter<R> implements SortedMap<Integer,R> {
}
public boolean containsValue(Object value) {
return core.containsValue(value);
return core.containsValue(value); // XXX should this be core.containsValue(wrap(value))?
}
public R get(Object key) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册