Merge pull request #922 from uthark/patch-1

* pr/922:
  Add quotes around attribute value
master
Stephane Nicoll 9 years ago
commit e0f4736426
  1. 2
      src/asciidoc/core-beans.adoc

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

Loading…
Cancel
Save