From 969b07fdfd2a51bb9100a45adf87bdec1388ee49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Tue, 18 Mar 2025 07:57:04 -0400 Subject: [PATCH] test/lib/fragment_scatterer: s/StreamedMutationConsumer/FlattenedConsumer/ The class actually implements the FlattenedConsumer, so fix the comment. This eliminates the only reference to the StreamedMutationConsumer concept. --- test/lib/fragment_scatterer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/fragment_scatterer.hh b/test/lib/fragment_scatterer.hh index 6acbbaf69e..78dfd0b64f 100644 --- a/test/lib/fragment_scatterer.hh +++ b/test/lib/fragment_scatterer.hh @@ -11,7 +11,7 @@ #include "mutation/mutation.hh" #include "mutation/mutation_rebuilder.hh" -// A StreamedMutationConsumer which distributes fragments randomly into several mutations. +// A FlattenedConsumer which distributes fragments randomly into several mutations. class fragment_scatterer { schema_ptr _schema; size_t _n;