Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Property
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28506/Property
Modified Files:
PropertyAccessorFactory.cs
Log Message:
modified Factory/Helper classes to be sealed since they are not
extendable or creatable.
Index: PropertyAccessorFactory.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Property/PropertyAccessorFactory.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PropertyAccessorFactory.cs 23 Oct 2004 15:44:09 -0000 1.6
--- PropertyAccessorFactory.cs 22 Nov 2004 03:52:17 -0000 1.7
***************
*** 10,14 ****
/// Factory for creating the various PropertyAccessor strategies.
/// </summary>
! public class PropertyAccessorFactory
{
private static IDictionary accessors;
--- 10,14 ----
/// Factory for creating the various PropertyAccessor strategies.
/// </summary>
! public sealed class PropertyAccessorFactory
{
private static IDictionary accessors;
|