andreachild commented on code in PR #3117:
URL: https://github.com/apache/tinkerpop/pull/3117#discussion_r2080087956
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/NumberHelper.java:
##########
@@ -28,6 +28,17 @@
*/
public final class NumberHelper {
+ private static class NumberInfo {
+
+ int bits;
Review Comment:
Nit: there's code convention to add final and private where possible so this
class itself can be final and the fields can be private final (will need
getters as well).
--
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]