Browse Source

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

pull/1234/head
Chris Beams 15 years ago
parent
commit
0625990020
  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