From 61a79cd71c6c6c3bb31caab465058dac3fd1b63c Mon Sep 17 00:00:00 2001 From: Jakob Edding <15202881+JakobEdding@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:41:50 +0200 Subject: [PATCH] Use javadoc syntax --- .../java/com/bakdata/fluent_kafka_streams_tests/BaseOutput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..b4e679d 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.