thomasmueller commented on code in PR #813: URL: https://github.com/apache/jackrabbit-oak/pull/813#discussion_r1064599107
########## oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/session/ItemImpl.java: ########## @@ -17,6 +17,7 @@ package org.apache.jackrabbit.oak.jcr.session; import static com.google.common.collect.Lists.newArrayListWithCapacity; +import static java.lang.String.format; Review Comment: Removing it in NodeImpl would result in a 225 lines diff :-) So probably easier to keep it. -- 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]
