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


##########
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:
   I disagree with `NotJavadoc` rule.  The creator of the rule apparently 
thinks the only point of Javadoc is to publish it.  I rarely look at 
**published** javadoc nowadays.  I view javadoc as the normal way that a 
class/field/member is documented.  And it even looks fairly nice nowadays in 
IntelliJ with the rendered view.



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