From aa7a9560a337b2e98c05eb2e8e73736056525b00 Mon Sep 17 00:00:00 2001 From: Andrea Burattin <andrea.burattin@gmail.com> Date: Sat, 26 Mar 2022 22:27:20 +0100 Subject: [PATCH] Sleepy javadoc author :sleeping: --- .../java/beamline/models/algorithms/StreamMiningAlgorithm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java b/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java index 3725b4d..6486d1f 100644 --- a/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java +++ b/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java @@ -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); -- GitLab