From: <aye...@us...> - 2009-08-18 05:19:30
|
Revision: 4696 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4696&view=rev Author: ayenderahien Date: 2009-08-18 05:19:22 +0000 (Tue, 18 Aug 2009) Log Message: ----------- Minor, removing comments that no longer make sense Modified Paths: -------------- branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionFactoryObjectFactory.cs Modified: branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionFactoryObjectFactory.cs =================================================================== --- branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionFactoryObjectFactory.cs 2009-08-17 20:50:37 UTC (rev 4695) +++ branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionFactoryObjectFactory.cs 2009-08-18 05:19:22 UTC (rev 4696) @@ -17,17 +17,11 @@ /// you are serializing in the same AppDomain then there will be no problem because the uid will /// be in this object. /// </para> - /// <para> - /// TODO: verify that the AppDomain statements are correct. - /// </para> /// </remarks> public static class SessionFactoryObjectFactory { - // to stop this class from being unloaded - this is a comment - // from h2.0.3 - is this applicable to .net also??? private static readonly ILog log; - // in h2.0.3 these use a class called "FastHashMap" private static readonly IDictionary<string, ISessionFactory> Instances = new Dictionary<string, ISessionFactory>(); private static readonly IDictionary<string, ISessionFactory> NamedInstances = new Dictionary<string, ISessionFactory>(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |