Skip to content

Commit b684273

Browse files
committed
Merge pull request #25539 from diguage
* pr/25539: Fix asciidoctor syntax for source Closes gh-25539
2 parents 96da1ff + 5cb2cc2 commit b684273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ To send multipart data, you need to provide a `MultiValueMap<String, Object>` wh
12171217
may be an `Object` for part content, a `Resource` for a file part, or an `HttpEntity` for
12181218
part content with headers. For example:
12191219

1220-
[source,java,intent=0]
1220+
[source,java,indent=0]
12211221
[subs="verbatim,quotes"]
12221222
----
12231223
MultiValueMap<String, Object> parts = new LinkedMultiValueMap<>();
@@ -1238,7 +1238,7 @@ explicitly provide the `MediaType` with an `HttpEntity` wrapper.
12381238

12391239
Once the `MultiValueMap` is ready, you can pass it to the `RestTemplate`, as show below:
12401240

1241-
[source,java,intent=0]
1241+
[source,java,indent=0]
12421242
[subs="verbatim,quotes"]
12431243
----
12441244
MultiValueMap<String, Object> parts = ...;

0 commit comments

Comments
 (0)