Skip to content

Commit 94906df

Browse files
Fix block code in section Examples (#3770)
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 3d1e450 commit 94906df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/sending-messages.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@ public void sendToKafka(final MyOutputData data) {
193193
});
194194
}
195195
----
196+
====
196197

197198
.Blocking (Sync)
199+
====
198200
[source, java]
199201
----
200202
public void sendToKafka(final MyOutputData data) {

0 commit comments

Comments
 (0)