stefan-egli commented on code in PR #1417:
URL: https://github.com/apache/jackrabbit-oak/pull/1417#discussion_r1566221648


##########
oak-store-spi/src/main/java/org/apache/jackrabbit/oak/spi/state/AbstractNodeState.java:
##########
@@ -50,6 +52,7 @@
  * alternatives.
  */
 public abstract class AbstractNodeState implements NodeState {
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(AbstractNodeState.class.getName());

Review Comment:
   is this still needed with https://github.com/apache/jackrabbit-oak/pull/1421 
?
   (I would like to try to avoid this even if it's protected and thus not noisy 
- as it is frequently executed code - that is, unless it can't be done any 
other way)



-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to