Skip to content

Commit 82c63e6

Browse files
costalfygregturn
authored andcommitted
Fix sample code's syntax highlighting to match the fragment's language.
Resolves #1299.
1 parent 73c32f5 commit 82c63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoctor/client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ In addition to a message sender, the `WebServiceTemplate` requires a web service
178178
The `WebServiceTemplate` contains many convenience methods to send and receive web service messages. There are methods that accept and return a `Source` and those that return a `Result`. Additionally, there are methods that marshal and unmarshal objects to XML. The following example sends a simple XML message to a web service:
179179

180180
====
181-
[source,xml,subs="verbatim,quotes"]
181+
[source,java,subs="verbatim,quotes"]
182182
----
183183
import java.io.StringReader;
184184
import javax.xml.transform.stream.StreamResult;

0 commit comments

Comments
 (0)