From: <aye...@us...> - 2008-10-09 21:22:09
|
Revision: 3820 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3820&view=rev Author: ayenderahien Date: 2008-10-09 21:21:58 +0000 (Thu, 09 Oct 2008) Log Message: ----------- minor Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs Modified: trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs 2008-10-09 18:31:36 UTC (rev 3819) +++ trunk/nhibernate/src/NHibernate/Bytecode/Lightweight/BytecodeProviderImpl.cs 2008-10-09 21:21:58 UTC (rev 3820) @@ -68,7 +68,7 @@ he); } - if (typeof(IProxyFactoryFactory).IsAssignableFrom(pffc) == false) + if (pffc is IProxyFactoryFactory == false) { HibernateException he = new HibernateException(pffc.FullName + " does not implement " + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |