sonatype-lift[bot] commented on a change in pull request #517: URL: https://github.com/apache/solr/pull/517#discussion_r782760607
########## File path: solr/core/src/java/org/apache/solr/response/SolrQueryResponse.java ########## @@ -222,9 +222,14 @@ public void addToLog(String name, Object val) { return toLog; } - /** Returns a string of the form "logid name1=value1 name2=value2 ..." */ - public String getToLogAsString(String logid) { - StringBuilder sb = new StringBuilder(logid); + /** @see #getToLogAsString(String) */ Review comment: *MissingSummary:* A summary fragment is required; consider using the value of the @see block as a summary fragment instead. [(details)](https://google.github.io/styleguide/javaguide.html#s7.2-summary-fragment) (at-me [in a reply](https://help.sonatype.com/lift/talking-to-lift) with `help` or `ignore`) -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org