Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Validation/Validators
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10603
Modified Files:
RequiredValidator.cs
Log Message:
misc updates, doc cleanup, code regions.
Added getter for DbProvider in LocalSessionFactoryObject
Index: RequiredValidator.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Validation/Validators/RequiredValidator.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RequiredValidator.cs 9 Apr 2006 07:19:04 -0000 1.7
--- RequiredValidator.cs 21 Mar 2008 14:12:02 -0000 1.8
***************
*** 109,113 ****
/// the test should be a variable expression that will be evaluated and the object
/// obtained as a result of this evaluation will be tested using the rules described
! /// in the class overvoew of the <see cref="Spring.Validation.RequiredValidator"/>
/// class.
/// </remarks>
--- 109,113 ----
/// the test should be a variable expression that will be evaluated and the object
/// obtained as a result of this evaluation will be tested using the rules described
! /// in the class overview of the <see cref="Spring.Validation.RequiredValidator"/>
/// class.
/// </remarks>
|