Merge pull request #923 from uthark/patch-2

* pr/923:
  Remove invalid underscore
This commit is contained in:
Stephane Nicoll
2015-11-17 09:58:49 +00:00

View File

@@ -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>