fix documentation issue
This commit is contained in:
@@ -83,7 +83,7 @@ namespace Spring.Testing.Microsoft
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <p>The default implementation populates protected variables if the
|
||||
/// <see cref="PopulateProtectedVariables"/> property is set, else
|
||||
/// <see cref="AbstractTransactionalDbProviderSpringContextTests.PopulateProtectedVariables"/> property is set, else
|
||||
/// uses autowiring if autowiring is switched on (which it is by default).</p>
|
||||
/// <p>You can certainly override this method if you want to totally control
|
||||
/// how dependencies are injected into 'this' instance.</p>
|
||||
|
||||
@@ -62,7 +62,7 @@ namespace Spring.Testing.NUnit
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <p>The default implementation populates protected variables if the
|
||||
/// <see cref="PopulateProtectedVariables"/> property is set, else
|
||||
/// <see cref="AbstractDependencyInjectionSpringContextTests.PopulateProtectedVariables"/> property is set, else
|
||||
/// uses autowiring if autowiring is switched on (which it is by default).</p>
|
||||
/// <p>You can certainly override this method if you want to totally control
|
||||
/// how dependencies are injected into 'this' instance.</p>
|
||||
|
||||
Reference in New Issue
Block a user