chatman commented on a change in pull request #929: SOLR-13821: Package Store 
for storing package artefacts
URL: https://github.com/apache/lucene-solr/pull/929#discussion_r331949996
 
 

 ##########
 File path: 
solr/solrj/src/java/org/apache/solr/client/solrj/request/V2Request.java
 ##########
 @@ -84,6 +99,7 @@ public void write(OutputStream os) throws IOException {
 
       @Override
       public String getContentType() {
+        if(mimeType != null) return mimeType;
 
 Review comment:
   Please add space after if and before (.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to