dsmiley commented on code in PR #4847:
URL: https://github.com/apache/solr/pull/4847#discussion_r3929928329


##########
solr/core/src/java/org/apache/solr/handler/component/StatsField.java:
##########
@@ -84,7 +84,7 @@ public enum Stat {
     distinctValues(true),
     countDistinct(false, distinctValues),
     percentiles(true) {
-      /** special for percentiles * */
+      /* special for percentiles */

Review Comment:
   Further argument:  Imagine I have some class with javadoc... and then I do a 
refactoring that turns it into an anonymous inner class.  Why should I then be 
forced to turn javadocs to non-javadoc?  Seems arbitrary.



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