提交 06259900 编写于 作者: C Chris Beams

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

上级 e116a297
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册