Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Util
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25438
Modified Files:
AssertUtils.cs
Log Message:
Minor comment fix.
Index: AssertUtils.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Util/AssertUtils.cs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** AssertUtils.cs 30 May 2007 22:35:58 -0000 1.12
--- AssertUtils.cs 14 Mar 2008 10:45:08 -0000 1.13
***************
*** 85,89 ****
/// <summary>
/// Checks the value of the supplied string <paramref name="argument"/> and throws an
! /// <see cref="System.ArgumentException"/> if it is <see langword="null"/> or
/// contains only whitespace character(s).
/// </summary>
--- 85,89 ----
/// <summary>
/// Checks the value of the supplied string <paramref name="argument"/> and throws an
! /// <see cref="System.ArgumentNullException"/> if it is <see langword="null"/> or
/// contains only whitespace character(s).
/// </summary>
|