exceptionfactory commented on code in PR #6718:
URL: https://github.com/apache/nifi/pull/6718#discussion_r1034050671


##########
nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/test/java/org/apache/nifi/processors/solr/TestQuerySolr.java:
##########
@@ -588,7 +588,7 @@ public void testAttributes() {
 
         MockFlowFile flowFile = 
runner.getFlowFilesForRelationship(QuerySolr.RESULTS).get(0);
         Map<String, String> attributes = flowFile.getAttributes();
-
+        

Review Comment:
   The checkstyle static analysis flagged this line change as a warning, so it 
needs to be removed:
   
   Warning:  
src/test/java/org/apache/nifi/processors/solr/TestQuerySolr.java:[591] (regexp) 
RegexpSinglelineJava: Line has trailing whitespace.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to