Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1963
Modified Files:
SessionImpl.cs
Log Message:
fix xml documentation and allow ReSharper to reformat
Index: SessionImpl.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/SessionImpl.cs,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** SessionImpl.cs 31 Dec 2004 19:54:42 -0000 1.58
--- SessionImpl.cs 1 Jan 2005 03:36:43 -0000 1.59
***************
*** 2099,2109 ****
}
- /**
- * Return the object with the specified id or throw exception if no row with that id exists. Defer the load,
- * return a new proxy or return an existing proxy if possible. Do not check if the object was deleted.
- */
-
/// <summary>
! ///
/// </summary>
/// <param name="clazz"></param>
--- 2099,2105 ----
}
/// <summary>
! /// Return the object with the specified id or throw exception if no row with that id exists. Defer the load,
! /// return a new proxy or return an existing proxy if possible. Do not check if the object was deleted.
/// </summary>
/// <param name="clazz"></param>
|