Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25255
Modified Files:
EntityEntry.cs
Log Message:
fix xml documentation
Index: EntityEntry.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/EntityEntry.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** EntityEntry.cs 9 Dec 2004 22:08:54 -0000 1.1
--- EntityEntry.cs 1 Jan 2005 02:35:07 -0000 1.2
***************
*** 73,77 ****
/// <value>The identifier of the Entity in the database if one has been assigned.</value>
/// <remarks>This might be <c>null</c> when the <see cref="EntityEntry.Status"/> is
! /// <see cref="Status.Saving"/> and the database generates the id.</remarks>
public object Id
{
--- 73,77 ----
/// <value>The identifier of the Entity in the database if one has been assigned.</value>
/// <remarks>This might be <c>null</c> when the <see cref="EntityEntry.Status"/> is
! /// <see cref="Impl.Status.Saving"/> and the database generates the id.</remarks>
public object Id
{
|