diff --git a/src/Spring/Spring.Core/Core/IAttributeAccessor.cs b/src/Spring/Spring.Core/Core/IAttributeAccessor.cs index e849e1cf..5d7a8593 100644 --- a/src/Spring/Spring.Core/Core/IAttributeAccessor.cs +++ b/src/Spring/Spring.Core/Core/IAttributeAccessor.cs @@ -33,10 +33,9 @@ namespace Spring.Core { /// /// Set the attribute defined by name to the supplied value. - /// If value is null, the attribute is {@link #removeAttribute removed}. - //

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.

+ /// class or package names as prefix. ///
/// the unique attribute key /// the attribute value to be attached diff --git a/src/Spring/Spring.Core/Objects/Factory/Support/AbstractObjectDefinition.cs b/src/Spring/Spring.Core/Objects/Factory/Support/AbstractObjectDefinition.cs index 598a6dd8..d0a0cd02 100644 --- a/src/Spring/Spring.Core/Objects/Factory/Support/AbstractObjectDefinition.cs +++ b/src/Spring/Spring.Core/Objects/Factory/Support/AbstractObjectDefinition.cs @@ -560,7 +560,7 @@ namespace Spring.Objects.Factory.Support /// /// Register a qualifier to be used for autowire candidate resolution, /// keyed by the qualifier's type name. - /// + /// /// public void AddQualifier(AutowireCandidateQualifier qualifier) {