This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 7622fbf913894109261695775742ca1d6f731363 Author: Shad Storhaug <[email protected]> AuthorDate: Sun Jul 26 10:54:28 2020 +0700 Lucene.Net.TestFramework: Fixed broken XML doc comment --- .../Support/Configuration/TestConfigurationFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lucene.Net.TestFramework/Support/Configuration/TestConfigurationFactory.cs b/src/Lucene.Net.TestFramework/Support/Configuration/TestConfigurationFactory.cs index eec42bd..c9f4a70 100644 --- a/src/Lucene.Net.TestFramework/Support/Configuration/TestConfigurationFactory.cs +++ b/src/Lucene.Net.TestFramework/Support/Configuration/TestConfigurationFactory.cs @@ -40,7 +40,7 @@ namespace Lucene.Net.Configuration internal string TestDirectory { get; set; } /// <summary> - /// Initializes a cache containing a <see cref="LuceneDefaultConfigurationSource"/> and a JSON source by default. + /// Initializes a cache containing a <see cref="EnvironmentVariablesConfigurationProvider"/> and a JSON source by default. /// Uses the supplied <see cref="JsonTestSettingsFileName"/>. /// </summary> /// <returns>An <see cref="IConfiguration"/> instance.</returns>
