You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/03/01 20:00:00 UTC

[solr] branch branch_9_0 updated: SOLR-14920 Spotless Apply

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

mdrob pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new e3be998  SOLR-14920 Spotless Apply
e3be998 is described below

commit e3be9981d216a2851fd511d9af72b61f2cfd9f31
Author: Mike Drob <md...@apache.org>
AuthorDate: Tue Mar 1 13:59:20 2022 -0600

    SOLR-14920 Spotless Apply
---
 .../src/java/org/apache/solr/client/solrj/impl/XMLResponseParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLResponseParser.java b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLResponseParser.java
index 5d42554..f53e661 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLResponseParser.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLResponseParser.java
@@ -418,7 +418,7 @@ public class XMLResponseParser extends ResponseParser {
           break;
 
         case XMLStreamConstants
-                .SPACE: // TODO?  should this be trimmed? make sure it only gets one/two space?
+            .SPACE: // TODO?  should this be trimmed? make sure it only gets one/two space?
         case XMLStreamConstants.CDATA:
         case XMLStreamConstants.CHARACTERS:
           builder.append(parser.getText());
@@ -542,7 +542,7 @@ public class XMLResponseParser extends ResponseParser {
           break;
 
         case XMLStreamConstants
-                .SPACE: // TODO?  should this be trimmed? make sure it only gets one/two space?
+            .SPACE: // TODO?  should this be trimmed? make sure it only gets one/two space?
         case XMLStreamConstants.CDATA:
         case XMLStreamConstants.CHARACTERS:
           builder.append(parser.getText());