madrob commented on code in PR #1116:
URL: https://github.com/apache/solr/pull/1116#discussion_r1004825708


##########
solr/core/src/java/org/apache/solr/util/hll/SerializationUtil.java:
##########
@@ -137,8 +137,8 @@ public static byte packVersionByte(final int schemaVersion, 
final int typeOrdina
    *     <ul>
    *       <li>If 'explicit-disabled' is chosen, this value should be 
<code>0</code>.
    *       <li>If 'auto' is chosen, this value should be <code>63</code>.
-   *       <li>If a cutoff of 2<sup>n</sup> is desired, for <code>0 <= n < 
31</code>, this value
-   *           should be <code>n + 1</code>.
+   *       <li>If a cutoff of 2<sup>n</sup> is desired, for <code>{@code 0 <= 
n < 31}</code>, this
+   *           value should be <code>{@code n + 1}</code>.

Review Comment:
   Duplicate code tags?



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