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 2019/06/18 11:36:56 UTC

[lucene-solr] branch master updated: Fix precommit

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

datcm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d5453d  Fix precommit
6d5453d is described below

commit 6d5453d508bd9609ccaaec06c62c0adebc7496d8
Author: Cao Manh Dat <da...@apache.org>
AuthorDate: Tue Jun 18 12:36:43 2019 +0100

    Fix precommit
---
 .../apache/solr/handler/component/DistributedTermsComponentTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/handler/component/DistributedTermsComponentTest.java b/solr/core/src/test/org/apache/solr/handler/component/DistributedTermsComponentTest.java
index 5a932ca..9dc9050 100644
--- a/solr/core/src/test/org/apache/solr/handler/component/DistributedTermsComponentTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/component/DistributedTermsComponentTest.java
@@ -131,7 +131,7 @@ public class DistributedTermsComponentTest extends BaseDistributedSearchTestCase
 
   /**
    * Returns a {@link NamedList} containing server
-   * response deserialization is based on the {@param responseParser}
+   * response deserialization is based on the {@code responseParser}
    */
   private NamedList<Object> queryClient(SolrClient solrClient, final ModifiableSolrParams params,
                                         ResponseParser responseParser) throws SolrServerException, IOException {