fix documentation issue

This commit is contained in:
Marko Lahma
2014-08-10 10:25:45 +03:00
parent 64f84fe2bd
commit bc855ddf77
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>