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