Resolve compile error because of comment

This commit is contained in:
Thomas Trageser
2012-09-02 08:56:50 +01:00
parent dc386ecd7b
commit b6bc9a3550
2 changed files with 3 additions and 4 deletions

View File

@@ -33,10 +33,9 @@ namespace Spring.Core
{
/// <summary>
/// Set the attribute defined by <code>name</code> to the supplied <code>value</code>.
/// If <code>value</code> is <code>null</code>, the attribute is {@link #removeAttribute removed}.
// <p>In general, users should take care to prevent overlaps with other
/// In general, users should take care to prevent overlaps with other
/// metadata attributes by using fully-qualified names, perhaps using
/// class or package names as prefix.</p>
/// class or package names as prefix.
/// </summary>
/// <param name="name">the unique attribute key</param>
/// <param name="value">the attribute value to be attached</param>

View File

@@ -560,7 +560,7 @@ namespace Spring.Objects.Factory.Support
/// <summary>
/// Register a qualifier to be used for autowire candidate resolution,
/// keyed by the qualifier's type name.
/// <see cref="AutowireCandidateQualifier#TypeName"/>
/// <see cref="AutowireCandidateQualifier"/>
/// </summary>
public void AddQualifier(AutowireCandidateQualifier qualifier)
{