fix XML comment on ctor

This commit is contained in:
markpollack
2009-12-15 16:52:48 +00:00
parent c3419eaf5b
commit 99b458bb3c

View File

@@ -48,8 +48,7 @@ namespace Spring.Objects.Factory.Config
private readonly ResolveHandler resolveHandler;
/// <summary>
/// Initializes a new instance of the <see cref="ObjectDefinitionVisitor"/> class,
/// applying the specified IVariableSource to all object metadata values.
/// Initializes a new instance of the <see cref="ObjectDefinitionVisitor"/> class.
/// </summary>
/// <param name="resolveHandler">The handler to be called for resolving variables contained in a string.</param>
public ObjectDefinitionVisitor(ResolveHandler resolveHandler)