Skip to content
Snippets Groups Projects
Commit ac9760ba authored by Andrea Burattin's avatar Andrea Burattin
Browse files

Fixed javadoc

parent 78786d4f
No related branches found
No related tags found
Loading
...@@ -48,8 +48,8 @@ public abstract class StreamMiningAlgorithm<T extends Response> extends RichFlat ...@@ -48,8 +48,8 @@ public abstract class StreamMiningAlgorithm<T extends Response> extends RichFlat
* is the result of the mining. * is the result of the mining.
* *
* <p> * <p>
* If this method returns value <tt>null</tt>, then the value is not moved * If this method returns value <code>null</code>, then the value is not
* forward into the pipeline. * moved forward into the pipeline.
* *
* @param event the new event being observed * @param event the new event being observed
* @return the result of the mining of the event, or <tt>null</tt> if * @return the result of the mining of the event, or <tt>null</tt> if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment