From: Michael T. <mt...@us...> - 2004-04-06 04:24:18
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Expression In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21481 Modified Files: Junction.cs Log Message: fixed AllEq function Index: Junction.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Expression/Junction.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Junction.cs 28 Mar 2004 06:05:09 -0000 1.3 --- Junction.cs 6 Apr 2004 04:11:33 -0000 1.4 *************** *** 40,44 **** } ! return (TypedValue[]) typedValues.ToArray( typeof (TypedValue[]) ); } --- 40,44 ---- } ! return (TypedValue[]) typedValues.ToArray( typeof (TypedValue) ); } |