From b6bc9a3550b643f241105b39079c834e2a3c1d41 Mon Sep 17 00:00:00 2001 From: Thomas Trageser Date: Sun, 2 Sep 2012 08:56:50 +0100 Subject: [PATCH] Resolve compile error because of comment --- src/Spring/Spring.Core/Core/IAttributeAccessor.cs | 5 ++--- .../Objects/Factory/Support/AbstractObjectDefinition.cs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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) {