reschke commented on code in PR #1809:
URL: https://github.com/apache/jackrabbit-oak/pull/1809#discussion_r1805891480
##########
oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/conditions/Validate.java:
##########
@@ -32,11 +32,11 @@ private Validate() {
// no instances for you
}
- private static Logger LOG = LoggerFactory.getLogger(Validate.class);
+ private static final Logger LOG = LoggerFactory.getLogger(Validate.class);
// when true, message template are arguments checked even when the
condition
// to check for is true
- private static boolean CHECKMESSAGETEMPLATE = SystemPropertySupplier
+ private static final boolean CHECKMESSAGETEMPLATE = SystemPropertySupplier
Review Comment:
uh! good catch :-)
--
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]