Skip to content

Commit 103ae0c

Browse files
committed
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.
1 parent d9f4acc commit 103ae0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ the task of calculating attribute modifications and constructing `ModificationIt
796796
`DirContextAdapter` can do all of this for us, as follows:
797797

798798
.Updating using `DirContextAdapter`
799+
====
799800
[[modify-modifyAttributes]]
800801
[source,java]
801802
[subs="verbatim,quotes"]

0 commit comments

Comments
 (0)