|
From: Michael D. <mik...@us...> - 2004-08-19 17:41:42
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18935/NHibernate/Cfg Modified Files: Binder.cs Log Message: removed an unneeded comment. Index: Binder.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg/Binder.cs,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Binder.cs 16 Aug 2004 05:07:45 -0000 1.27 --- Binder.cs 19 Aug 2004 17:41:18 -0000 1.28 *************** *** 1058,1061 **** --- 1058,1062 ---- private static void AddIndexForIndexedCollection(IndexedCollection model) { + //TODO: Find out why this is commented out // if ( model.IsOneToMany ) { // Index uniqueKey = model.Table.Index("x"); |