Skip to content

Commit

Permalink
Use javadoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEdding committed Apr 12, 2024
1 parent 68dad1f commit b27cd02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public <VR> TestOutput<K, VR> withValueSerde(final Serde<VR> valueSerde) {
/**
* Reads the next record and creates an {@link Expectation} for it.<br/>
*
* 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!<br/>
*
* @return An {@link Expectation} containing the next record from the output.<br/>
Expand Down

0 comments on commit b27cd02

Please sign in to comment.