Fixed warnings detected by VS2010

This commit is contained in:
bbaia
2010-04-16 15:08:19 +00:00
parent 542d825320
commit 9b9448e2e2
4 changed files with 792 additions and 792 deletions

View File

@@ -69,8 +69,8 @@ namespace Spring.Core
/// The number of generic arguments that a <see cref="System.Reflection.MethodInfo"/>
/// must have to satisfy this criteria.
/// </param>
/// <exception cref="System.ArgumentException">
/// If the supplied <paramref name="expectedParameterCount"/> is less
/// <exception cref="System.ArgumentException">
/// If the supplied <paramref name="expectedGenericArgumentCount"/> is less
/// than zero.
/// </exception>
public MethodGenericArgumentsCountCriteria(int expectedGenericArgumentCount)

View File

@@ -107,7 +107,7 @@ namespace Spring.DataBinding
/// Return the object with the specified key from the datasource.
/// </summary>
/// <param name="key">The key of the object.</param>
/// <returns>Parsed <paramref name="value"/>.</returns>
/// <returns>Parsed <paramref name="key"/>.</returns>
public object Parse(string key)
{
object item = this._dataItemsByKey[key];

View File

@@ -146,7 +146,7 @@ namespace Spring.Web.Support
/// <p>
/// See both the class documentation (<see cref="Spring.Web.Support.Result"/>)
/// and the reference documentation for the Spring.Web library for a
/// discussion and examples of what values the supplied <paramref name="result"/>
/// discussion and examples of what values the supplied <paramref name="resultText"/>
/// can have.
/// </p>
/// </remarks>