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

This commit is contained in:
Chris Beams
2010-08-07 13:57:28 +00:00
parent e116a29795
commit 0625990020

View File

@@ -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>