From: Arjen J.W. P. <po...@us...> - 2008-10-14 15:01:55
|
Update of /cvsroot/springframework/spring/docs/reference/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12709/docs/reference/src Modified Files: beans.xml Log Message: Fixed typo. Thanks, Joris! Index: beans.xml =================================================================== RCS file: /cvsroot/springframework/spring/docs/reference/src/beans.xml,v retrieving revision 1.239 retrieving revision 1.240 diff -C2 -d -r1.239 -r1.240 *** beans.xml 14 Oct 2008 14:27:05 -0000 1.239 --- beans.xml 14 Oct 2008 15:01:49 -0000 1.240 *************** *** 3343,3347 **** <note> ! <para>Note that, when placing a <aop:scoped-proxy/> in a <interfacename>FactoyBean</interfacename> implementation, it is the factory bean itself that is scoped, not the object returned from <methodname>getObject()</methodname>.</para> --- 3343,3347 ---- <note> ! <para>Note that, when placing a <aop:scoped-proxy/> in a <interfacename>FactoryBean</interfacename> implementation, it is the factory bean itself that is scoped, not the object returned from <methodname>getObject()</methodname>.</para> |