From: Michael D. <mik...@us...> - 2004-10-14 04:33:31
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Collection In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13630/Collection Modified Files: Bag.cs SortedMap.cs Log Message: removed some old comments. Index: Bag.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Collection/Bag.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Bag.cs 22 Sep 2004 22:32:49 -0000 1.8 --- Bag.cs 14 Oct 2004 04:33:13 -0000 1.9 *************** *** 343,347 **** { Read(); - //TODO: H2.0.3 has an IteratorProxy - do we need?? return bag.GetEnumerator(); } --- 343,346 ---- Index: SortedMap.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Collection/SortedMap.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SortedMap.cs 9 Aug 2004 03:11:45 -0000 1.4 --- SortedMap.cs 14 Oct 2004 04:33:13 -0000 1.5 *************** *** 109,114 **** - - //TODO: H2.0.3 - there are many more methods - probably because Java has a much // better set of interfaces for Collections than .NET does. --- 109,112 ---- |