Merge pull request #923 from uthark/patch-2

* pr/923:
  Remove invalid underscore
master
Stephane Nicoll 9 years ago
commit d6073eaf8d
  1. 2
      src/asciidoc/core-beans.adoc

@ -4625,7 +4625,7 @@ demonstrated in the following example.
</bean>
<bean class="example.SimpleMovieCatalog">
**_<qualifier type="example.Genre" value="Comedy"/>**
**<qualifier type="example.Genre" value="Comedy"/>**
<!-- inject any dependencies required by this bean -->
</bean>

Loading…
Cancel
Save