Merge pull request #922 from uthark/patch-1

* pr/922:
  Add quotes around attribute value
This commit is contained in:
Stephane Nicoll
2015-11-17 09:57:15 +00:00

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>