提交 a48fbe81 authored 作者: sylvain-ilm's avatar sylvain-ilm

remove forgotten println()

上级 3152e998
......@@ -86,7 +86,6 @@ public class ValueArray extends ValueCollectionBase {
* @throws IllegalArgumentException if <code>item</code> is of the wrong {@link #getComponentType() type}.
*/
public Value append(Value item) {
System.err.println("ValueArray.append( item ) getComponentType() " + getComponentType());
if (item != ValueNull.INSTANCE && !this.getComponentType().isInstance(item.getObject()))
throw new IllegalArgumentException(
"Expected component type " + this.getComponentType() + " but got " + item.getClass());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论