Skip to content

Commit 33cbe2e

Browse files
committed
Remove admonitions surrounding code snippets
1 parent 8c768e4 commit 33cbe2e

29 files changed

+139
-3191
lines changed

src/docs/asciidoc/core/core-aop-api.adoc

-82
Large diffs are not rendered by default.

src/docs/asciidoc/core/core-aop.adoc

+2-234
Large diffs are not rendered by default.

src/docs/asciidoc/core/core-appendix.adoc

+3-100
Large diffs are not rendered by default.

src/docs/asciidoc/core/core-beans.adoc

+8-528
Large diffs are not rendered by default.

src/docs/asciidoc/core/core-databuffer-codec.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ An `Encoder` allocates data buffers that others must read (and release). So an `
141141
doesn't have much to do. However an `Encoder` must take care to release a data buffer if
142142
a serialization error occurs while populating the buffer with data. For example:
143143

144-
====
145144
[source,java,indent=0]
146145
[subs="verbatim,quotes"]
147146
----
@@ -158,7 +157,6 @@ a serialization error occurs while populating the buffer with data. For example:
158157
}
159158
return buffer;
160159
----
161-
====
162160

163161
The consumer of an `Encoder` is responsible for releasing the data buffers it receives.
164162
In a WebFlux application, the output of the `Encoder` is used to write to the HTTP server

0 commit comments

Comments
 (0)