Skip to content

Commit 49fefda

Browse files
committed
Fix doc formatting
Closes gh-6275
1 parent 5f6821d commit 49fefda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3557,6 +3557,7 @@ For instance, the following exposes another factory that uses a specific `Messag
35573557
That you can use in any `@JmsListener`-annotated method as follows:
35583558

35593559
[source,java,indent=0]
3560+
[subs="verbatim,quotes"]
35603561
----
35613562
@Component
35623563
public class MyBean {
@@ -3692,6 +3693,7 @@ For instance, the following exposes another factory that uses a specific `Messag
36923693
That you can use in any `@RabbitListener`-annotated method as follows:
36933694

36943695
[source,java,indent=0]
3696+
[subs="verbatim,quotes"]
36953697
----
36963698
@Component
36973699
public class MyBean {

0 commit comments

Comments
 (0)