From: <fab...@us...> - 2010-09-24 02:46:39
|
Revision: 5209 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5209&view=rev Author: fabiomaulo Date: 2010-09-24 02:46:33 +0000 (Fri, 24 Sep 2010) Log Message: ----------- Fix NH-2292 Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Proxy/AbstractLazyInitializer.cs Modified: trunk/nhibernate/src/NHibernate/Proxy/AbstractLazyInitializer.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Proxy/AbstractLazyInitializer.cs 2010-09-24 02:40:17 UTC (rev 5208) +++ trunk/nhibernate/src/NHibernate/Proxy/AbstractLazyInitializer.cs 2010-09-24 02:46:33 UTC (rev 5209) @@ -49,7 +49,7 @@ /// <exception cref="HibernateException"> /// Thrown when the Proxy has no Session or the Session is closed or disconnected. /// </exception> - public void Initialize() + public virtual void Initialize() { if (!initialized) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |