thomasmueller commented on code in PR #813:
URL: https://github.com/apache/jackrabbit-oak/pull/813#discussion_r1064508224


##########
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:
   Yes, I agree! I did this only because NodeImpl.java already had that 
before... and I think consistency with that existing code is more important 
than my reluctance to use static import :-)



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

Reply via email to