You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/09/28 02:18:57 UTC

[20/29] lucene-solr:jira/http2: Fix comment typo in SolrConfig.

Fix comment typo in SolrConfig.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/58167666
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/58167666
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/58167666

Branch: refs/heads/jira/http2
Commit: 58167666c393c261982ecd7b3d17201a76afda17
Parents: 05f935f
Author: Christine Poerschke <cp...@apache.org>
Authored: Tue Sep 25 17:56:05 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Tue Sep 25 17:56:39 2018 +0100

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/core/SolrConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/58167666/solr/core/src/java/org/apache/solr/core/SolrConfig.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/core/SolrConfig.java b/solr/core/src/java/org/apache/solr/core/SolrConfig.java
index 6bfa08d..fcae44e 100644
--- a/solr/core/src/java/org/apache/solr/core/SolrConfig.java
+++ b/solr/core/src/java/org/apache/solr/core/SolrConfig.java
@@ -382,7 +382,7 @@ public class SolrConfig extends Config implements MapSerializable {
   {
     // non-static setMaxClauseCount because the test framework sometimes reverts the value on us and
     // the static setting above is only executed once.  This re-sets the value every time a SolrConfig
-    // obect is created. See SOLR-10921
+    // object is created. See SOLR-10921
     BooleanQuery.setMaxClauseCount(Integer.MAX_VALUE-1);
   }