[weld-commits] [weld/core] 405a79: Close code snippet to fix next chapters
GitHub
noreply at github.com
Tue Feb 27 08:31:18 EST 2018
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: 405a79bb56284ee7645fa8c9cfd4910c191d94cd
https://github.com/weld/core/commit/405a79bb56284ee7645fa8c9cfd4910c191d94cd
Author: Kirill Gaevskii <kgaevski at redhat.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M docs/reference/src/main/asciidoc/interceptors.asciidoc
Log Message:
-----------
Close code snippet to fix next chapters
See here: http://docs.jboss.org/weld/reference/latest-master/en-US/html/
After chapter `9. Interceptors` following chapter `10. public void afterPersonalBlogUpdate(@Observes @Updated @Personal @Blog Document document) { … }`, but should be `10. Decorators`. It is caused by unclosed source tag in Interceptors chapter.
More information about the weld-commits
mailing list