From: Michael D. <mik...@us...> - 2004-05-03 04:52:19
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/NHibernate/Type Modified Files: BagType.cs Log Message: Small synch with H2.0.3 Index: BagType.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Type/BagType.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BagType.cs 9 Apr 2004 12:37:56 -0000 1.2 --- BagType.cs 3 May 2004 04:52:11 -0000 1.3 *************** *** 23,27 **** public override System.Type ReturnedClass { ! get { return typeof(IList); } } --- 23,27 ---- public override System.Type ReturnedClass { ! get { return typeof(ICollection); } } |