Skip to content

Commit

Permalink
Doc Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jul 23, 2020
1 parent 3529efe commit c4b5e85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/reference/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,7 @@ public KafkaTemplate<Integer, CustomValue> kafkaTemplate() {
===== Using `ReplyingKafkaTemplate`

Version 2.1.3 introduced a subclass of `KafkaTemplate` to provide request/reply semantics.
The class is named `ReplyingKafkaTemplate` and has one method (in addition to those in the superclass).
The following listing shows the method signatures:
The class is named `ReplyingKafkaTemplate` and has two additional methods; the following shows the method signatures:

====
[source, java]
Expand Down

0 comments on commit c4b5e85

Please sign in to comment.