From: Michael D. <mik...@us...> - 2004-12-20 04:49:12
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13167/NHibernate/Type Modified Files: TimeSpanType.cs Log Message: fixed up a xml comment cref Index: TimeSpanType.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Type/TimeSpanType.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TimeSpanType.cs 25 Oct 2004 05:37:56 -0000 1.7 --- TimeSpanType.cs 20 Dec 2004 04:49:03 -0000 1.8 *************** *** 8,12 **** /// <summary> ! /// Maps a <see cref="System.Timespan" /> Property to an <see cref="DbType.Int64" /> column /// </summary> public class TimeSpanType : ValueTypeType, IVersionType, ILiteralType --- 8,12 ---- /// <summary> ! /// Maps a <see cref="System.TimeSpan" /> Property to an <see cref="DbType.Int64" /> column /// </summary> public class TimeSpanType : ValueTypeType, IVersionType, ILiteralType |