From ac9760baaaee5a65e8ea82e973d6e39da6c69921 Mon Sep 17 00:00:00 2001 From: Andrea Burattin <andrea.burattin@gmail.com> Date: Sat, 26 Mar 2022 22:22:52 +0100 Subject: [PATCH] Fixed javadoc --- .../beamline/models/algorithms/StreamMiningAlgorithm.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java b/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java index 7c9cd6d..3725b4d 100644 --- a/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java +++ b/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java @@ -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 -- GitLab