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

Sleepy javadoc author :sleeping:

parent ac9760ba
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public abstract class StreamMiningAlgorithm<T extends Response> extends RichFlat
* 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
* @return the result of the mining of the event, or <code>null</code> if
* nothing should go through the rest of the pipeline
*/
public abstract T ingest(BEvent event);
......
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