提交 bd657e65 编写于 作者: S Stephan Ewen

[hotfix] Add missing Override annotations to RichFoldFunction and RichReduceFunction

上级 daad5778
......@@ -35,5 +35,6 @@ public abstract class RichFoldFunction<O, T> extends AbstractRichFunction implem
private static final long serialVersionUID = 1L;
@Override
public abstract T fold(T accumulator, O value) throws Exception;
}
......@@ -34,5 +34,6 @@ public abstract class RichReduceFunction<T> extends AbstractRichFunction impleme
private static final long serialVersionUID = 1L;
@Override
public abstract T reduce(T value1, T value2) throws Exception;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册