From 4a79cb51e9453f50230d67e988be3a2b3d3a005b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Thu, 3 Mar 2022 14:13:58 +0100 Subject: [PATCH] add missing delimiter line for source block in reference docs The asciidoc source for the reference documentation was missing a block delimiter line (four equals signs). Due to this, the table of of contents only listed headings up to chapter 4.2. "Adding and Updating Data by Using DirContextAdapter". More importantly, the formatting of the remaining document was messed up: Everything was wrapped in blocks except the code examples. --- src/docs/asciidoc/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index 8ecad6c3..ffa5d3e3 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -796,6 +796,7 @@ the task of calculating attribute modifications and constructing `ModificationIt `DirContextAdapter` can do all of this for us, as follows: .Updating using `DirContextAdapter` +==== [[modify-modifyAttributes]] [source,java] [subs="verbatim,quotes"]