ekaterinadimitrova2 commented on a change in pull request #1425:
URL: https://github.com/apache/cassandra/pull/1425#discussion_r793858895



##########
File path: src/java/org/apache/cassandra/db/virtual/SettingsTable.java
##########
@@ -49,6 +49,13 @@
               .filter(f -> !Modifier.isStatic(f.getModifiers()))
               .collect(Collectors.toMap(Field::getName, Functions.identity()));
 
+    @VisibleForTesting
+    static final Map<String, Field> ANNOTATED_FIELDS =
+    Arrays.stream(Config.class.getFields())

Review comment:
       It was following the same format as FIELDS and overrides but I agree 
what you said looks better. Should I reformat the other 2? Asking as I know you 
don't like when we do unrelated changes but I think it will be nice for 
consistency




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