提交 bc6254b2 编写于 作者: J Jesse Glick

Missing toString.

上级 4a98beaf
......@@ -164,6 +164,10 @@ public class CopyOnWriteList<E> implements Iterable<E> {
return core.contains(item);
}
@Override public String toString() {
return core.toString();
}
/**
* {@link Converter} implementation for XStream.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册