Remove invalid underscore

Closes gh-923
This commit is contained in:
Oleg Atamanenko
2015-11-17 09:58:08 +00:00
committed by Stephane Nicoll
parent e0f4736426
commit b2c132633f
+1 -1
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>