Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Type
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30922/NHibernate/Type
Modified Files:
TypeFactory.cs
Log Message:
removed an unused namespace from "using" section.
Index: TypeFactory.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Type/TypeFactory.cs,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** TypeFactory.cs 25 Aug 2004 03:52:21 -0000 1.38
--- TypeFactory.cs 4 Dec 2004 22:24:17 -0000 1.39
***************
*** 1,5 ****
using System;
using System.Collections;
- using System.Collections.Specialized;
using System.Globalization;
--- 1,4 ----
|