Revision: 4170
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4170&view=rev
Author: fabiomaulo
Date: 2009-03-31 03:06:56 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
Relax of CascadingAction
Modified Paths:
--------------
trunk/nhibernate/src/NHibernate/Engine/CascadingAction.cs
Modified: trunk/nhibernate/src/NHibernate/Engine/CascadingAction.cs
===================================================================
--- trunk/nhibernate/src/NHibernate/Engine/CascadingAction.cs 2009-03-29 16:21:04 UTC (rev 4169)
+++ trunk/nhibernate/src/NHibernate/Engine/CascadingAction.cs 2009-03-31 03:06:56 UTC (rev 4170)
@@ -18,10 +18,6 @@
#region The CascadingAction contract
- internal CascadingAction()
- {
- }
-
/// <summary> Cascade the action to the child object. </summary>
/// <param name="session">The session within which the cascade is occurring. </param>
/// <param name="child">The child to which cascading should be performed. </param>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|