From: Michael D. <mik...@us...> - 2005-02-14 03:19:33
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12078/NHibernate/Type Modified Files: TypeFactory.cs Log Message: sealed classes. Index: TypeFactory.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Type/TypeFactory.cs,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** TypeFactory.cs 17 Jan 2005 03:40:58 -0000 1.42 --- TypeFactory.cs 14 Feb 2005 03:19:25 -0000 1.43 *************** *** 18,22 **** /// a reference to the IType. /// </remarks> ! public class TypeFactory { private enum TypeClassification --- 18,22 ---- /// a reference to the IType. /// </remarks> ! public sealed class TypeFactory { private enum TypeClassification |