From: Michael D. <mik...@us...> - 2004-09-11 02:29:49
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9306/src/NHibernate/Type Modified Files: DateTimeType.cs Log Message: Fixing some of the xmldoc problems. Index: DateTimeType.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Type/DateTimeType.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** DateTimeType.cs 9 Sep 2004 21:17:46 -0000 1.8 --- DateTimeType.cs 10 Sep 2004 21:27:00 -0000 1.9 *************** *** 8,12 **** /// <summary> ! /// Maps a System.DateTime Property to a column that stores date & time down to /// the accuracy of a second. /// </summary> --- 8,12 ---- /// <summary> ! /// Maps a System.DateTime Property to a column that stores date & time down to /// the accuracy of a second. /// </summary> *************** *** 92,95 **** --- 92,96 ---- } + public override bool HasNiceEquals { |