diff --git a/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java b/src/main/java/beamline/models/algorithms/StreamMiningAlgorithm.java index 7c9cd6dcd6b82697ae717c6d657c7e65da09158d..3725b4d8cacc92e34e8f074c1e320590ad0ac698 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