nandorKollar commented on code in PR #3797:
URL: https://github.com/apache/polaris/pull/3797#discussion_r2818639421
##########
runtime/service/src/main/java/org/apache/polaris/service/config/ResolvedFeaturesConfiguration.java:
##########
@@ -33,8 +33,8 @@
@Priority(1)
public class ResolvedFeaturesConfiguration implements FeaturesConfiguration {
- private Map<String, String> cleanedDefaults;
- private Map<String, RealmOverrides> realmOverrides;
+ private final Map<String, String> cleanedDefaults;
+ private final Map<String, RealmOverrides> realmOverrides;
Review Comment:
Looks like we don't write them, so they can became happy `final` fields
again. :)
--
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]