Skip to content

Commit 1224ddf

Browse files
committed
Fix JavaDoc warning; downgrade ASCIIDoc plugin
1 parent 9d6628b commit 1224ddf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'project-report'
1616
id 'idea'
1717
id 'org.sonarqube' version '2.7.1'
18-
id 'org.asciidoctor.convert' version '2.3.0'
18+
id 'org.asciidoctor.convert' version '1.6.1'
1919
id 'org.ajoberstar.grgit' version '3.1.1'
2020
id 'io.spring.nohttp' version '0.0.3.RELEASE'
2121
id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false

spring-kafka-test/src/main/java/org/springframework/kafka/test/utils/KafkaTestUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public static <K, V> ConsumerRecord<K, V> getSingleRecord(Consumer<K, V> consume
174174
* @param topic the topic.
175175
* @param partition the partition.
176176
* @param seekToLast true to fetch an existing last record, if present.
177+
* @param commit commit offset after polling or not.
177178
* @param timeout the timeout.
178179
* @return the record or null if no record received.
179180
* @since 2.3

0 commit comments

Comments
 (0)