未验证 提交 36e9b2d8 编写于 作者: W wangpeibin 提交者: Aljoscha Krettek

[FLINK-13008] fix findbugs warning in AggregationsFunction

上级 8c7b2d8c
......@@ -149,7 +149,7 @@ class SingleElementIterable[T] extends java.lang.Iterable[T] {
}
}
override def remove(): Unit = new java.lang.UnsupportedOperationException
override def remove(): Unit = throw new java.lang.UnsupportedOperationException
}
val it = new SingleElementIterator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册