rishabhdaim commented on code in PR #877:
URL: https://github.com/apache/jackrabbit-oak/pull/877#discussion_r1148813031
##########
oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/FileIOUtilsTest.java:
##########
@@ -116,7 +116,7 @@ public void writeCustomReadOrgStringsDeprecated() throws
Exception {
Set<String> actual = newHashSet("a", "z", "e", "b");
File f = folder.newFile();
- int count = writeStrings(added.iterator(), f, false, new
Function<String, String>() {
+ int count = writeStrings(added.iterator(), f, false, new
com.google.common.base.Function<String, String>() {
Review Comment:
Shouldn't we use the `Function` from the new jar or is this intentional? I
see we are importing `org.apache.jackrabbit.oak.guava.common.base.Function` as
well
--
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]