reschke commented on code in PR #877:
URL: https://github.com/apache/jackrabbit-oak/pull/877#discussion_r1148995981
##########
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:
Sama as above.
--
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]