Browse Source

Fix code format

Closes gh-1501
pull/1503/head
Stephane Nicoll 8 years ago
parent
commit
3d28e80e53
  1. 4
      src/docs/asciidoc/data-access.adoc

4
src/docs/asciidoc/data-access.adoc

@ -1552,7 +1552,7 @@ is controlled through the `Ordered` interface. For full details on advice orderi @@ -1552,7 +1552,7 @@ is controlled through the `Ordered` interface. For full details on advice orderi
----
[source,xml,indent=0]
[subs="verbatim"]
[subs="verbatim,quotes"]
----
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
@ -1608,7 +1608,7 @@ The following example effects the same setup as above, but uses the purely XML @@ -1608,7 +1608,7 @@ The following example effects the same setup as above, but uses the purely XML
declarative approach.
[source,xml,indent=0]
[subs="verbatim"]
[subs="verbatim,quotes"]
----
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"

Loading…
Cancel
Save