Browse Source

Add missing equals sign to code snippet (SPR-7339)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3538 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Chris Beams 16 years ago
parent
commit
9cee0bc7e1
  1. 2
      spring-framework-reference/src/orm.xml

2
spring-framework-reference/src/orm.xml

@ -675,7 +675,7 @@ TR: REVISED, PLS REVIEW.-->This declarative transaction capability allows you @@ -675,7 +675,7 @@ TR: REVISED, PLS REVIEW.-->This declarative transaction capability allows you
<property name="sessionFactory" ref="mySessionFactory2"/>
</bean>
<bean id"myProductService" class="product.ProductServiceImpl">
<bean id="myProductService" class="product.ProductServiceImpl">
<property name="productDao" ref="myProductDao"/>
<property name="inventoryDao" ref="myInventoryDao"/>
</bean>

Loading…
Cancel
Save