mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user