You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2020/10/06 17:59:03 UTC

[lucene-solr] branch jira/solr-14691 updated: SOLR-14691: Missing space.

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

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


The following commit(s) were added to refs/heads/jira/solr-14691 by this push:
     new 25f2796  SOLR-14691: Missing space.
25f2796 is described below

commit 25f2796ee79990dfb0dea7253aa80f671a76b016
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Tue Oct 6 19:58:35 2020 +0200

    SOLR-14691: Missing space.
---
 .../core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java b/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java
index db2f2a9..525c63c 100644
--- a/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java
+++ b/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java
@@ -313,7 +313,7 @@ public class MetricsHandlerTest extends SolrTestCaseJ4 {
 
     val = resp.getValues()._get( "metrics/" + key1, null);
     assertNotNull(val);
-    val = resp.getValues()._get( "metrics/" + key2,null);
+    val = resp.getValues()._get( "metrics/" + key2, null);
     assertNotNull(val);
     val = resp.getValues()._get( "metrics/" + key3, null);
     assertNotNull(val);