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
No related merge requests found
......@@ -48,8 +48,8 @@ public abstract class StreamMiningAlgorithm<T extends Response> extends RichFlat
* is the result of the mining.
*
* <p>
* If this method returns value <tt>null</tt>, then the value is not moved
* forward into the pipeline.
* If this method returns value <code>null</code>, then the value is not
* moved forward into the pipeline.
*
* @param event the new event being observed
* @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.
Finish editing this message first!
Please register or to comment