Skip to content

Commit 58aace8

Browse files
[MODNOTES-295] Fix style
1 parent 3d9d862 commit 58aace8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/folio/notes/support/TestKafkaConsumer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
* buffers every received record. Integration tests use it to assert on the JSON payload of published domain events.
3232
*
3333
* <p>The consumer owns its listener container and the record buffer; callers only need to
34-
* {@link #subscribe(String, KafkaProperties)} it, {@link #poll(Duration)} the buffered records, and {@link #close()} it when
35-
* done (it is {@link Closeable}, so it also works with try-with-resources or an {@code @AfterEach} hook).</p>
34+
* {@link #subscribe(String, KafkaProperties)} it, {@link #poll(Duration)} the buffered records, and {@link #close()}
35+
* it when done (it is {@link Closeable}, so it also works with try-with-resources or an {@code @AfterEach} hook).</p>
3636
*/
3737
public final class TestKafkaConsumer implements Closeable {
3838

0 commit comments

Comments
 (0)