Add quotes around attribute value

Closes gh-922
This commit is contained in:
Oleg Atamanenko
2015-11-16 10:28:24 -05:00
committed by Stephane Nicoll
parent 59d60c60cf
commit a834639ac8

View File

@@ -4427,7 +4427,7 @@ The corresponding bean definitions appear as follows.
<context:annotation-config/>
<bean class="example.SimpleMovieCatalog" **primary=true**>
<bean class="example.SimpleMovieCatalog" **primary="true"**>
<!-- inject any dependencies required by this bean -->
</bean>