Skip to content

Commit f6391bf

Browse files
committed
Fix Javadocs for JDK 11
1 parent c8cf57c commit f6391bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListener.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@
226226
/**
227227
* Kafka consumer properties; they will supersede any properties with the same name
228228
* defined in the consumer factory (if the consumer factory supports property overrides).
229-
* <h3>Supported Syntax</h3>
229+
* <p>
230+
* <b>Supported Syntax</b>
230231
* <p>The supported syntax for key-value pairs is the same as the
231232
* syntax defined for entries in a Java
232233
* {@linkplain java.util.Properties#load(java.io.Reader) properties file}:

src/api/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<body>
33
This document is the API specification for Spring for Apache Kafka project
4-
<hr/>
4+
<hr>
55
<div id="overviewBody">
66
<p>
77
For further API reference and developer documentation, see the

0 commit comments

Comments
 (0)