You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:56:07 UTC

[lucene] 11/42: moved some methods to SRL

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch jira/solr14155-1
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 74f51561f614834bfd34272f626108dfefd9871f
Author: noblepaul <no...@gmail.com>
AuthorDate: Wed Jul 15 10:41:05 2020 +1000

    moved some methods to SRL
---
 solr/core/src/java/org/apache/solr/search/CacheConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/search/CacheConfig.java b/solr/core/src/java/org/apache/solr/search/CacheConfig.java
index 8d7edd5..1ae9151 100644
--- a/solr/core/src/java/org/apache/solr/search/CacheConfig.java
+++ b/solr/core/src/java/org/apache/solr/search/CacheConfig.java
@@ -54,7 +54,7 @@ public class CacheConfig implements MapSerializable{
 
   /**
    * When this object is created, the core is not yet available . So, if the class is to be
-   * loaded from a package we should have  acorresponding core
+   * loaded from a package we should have a corresponding core
    *
    */
   @SuppressWarnings({"rawtypes"})