Fixed warnings detected by VS2010
This commit is contained in:
@@ -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)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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];
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user