diff --git a/fluent-kafka-streams-tests/src/main/java/com/bakdata/fluent_kafka_streams_tests/BaseOutput.java b/fluent-kafka-streams-tests/src/main/java/com/bakdata/fluent_kafka_streams_tests/BaseOutput.java index c79e865..9e73cf0 100644 --- a/fluent-kafka-streams-tests/src/main/java/com/bakdata/fluent_kafka_streams_tests/BaseOutput.java +++ b/fluent-kafka-streams-tests/src/main/java/com/bakdata/fluent_kafka_streams_tests/BaseOutput.java @@ -78,7 +78,7 @@ public TestOutput withValueSerde(final Serde valueSerde) { /** * Reads the next record and creates an {@link Expectation} for it.
* - * Note that calling `.expectNextRecord()` by itself without chaining at least one of the `.has*` methods will not + * Note that calling this method by itself without chaining at least one of the {@code has*()} methods will not * check for the existence of a next record!
* * @return An {@link Expectation} containing the next record from the output.