dsmiley opened a new pull request, #3630:
URL: https://github.com/apache/solr/pull/3630

   SolrJ `org.apache.solr.common.util.Utils#writeJson(java.lang.Object, 
java.io.Writer, boolean)` is used internally, particularly in tests to print 
cluster state or other JSON.  I noticed that the pretty-printed JSON typically 
has subsequent log statements slammed onto the end without an intervening 
newline.  So I enhanced this utility method to add the newline if we're pretty 
printing.
   
   This utility method uses SolrJSONWriter and which is the only user of that 
class.  I reduced its visibility accordingly.
   
   No JIRA/CHANGES.txt


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to