rishabhdaim commented on code in PR #1417:
URL: https://github.com/apache/jackrabbit-oak/pull/1417#discussion_r1566254677


##########
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:
   I don't have a strong opinion on keeping this change.
   I think we can remove this.



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