rishabhdaim commented on code in PR #877:
URL: https://github.com/apache/jackrabbit-oak/pull/877#discussion_r1148808535
##########
oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/FileIOUtils.java:
##########
@@ -395,7 +394,7 @@ public int compare(String s1, String s2) {
* @deprecated use {@link
org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator} instead
*/
@Deprecated(since = "1.20.0", forRemoval = true)
- public static class FileLineDifferenceIterator extends
AbstractIterator<String> implements Closeable {
+ public static class FileLineDifferenceIterator extends
com.google.common.collect.AbstractIterator<String> implements Closeable {
Review Comment:
```suggestion
public static class FileLineDifferenceIterator extends
AbstractIterator<String> implements Closeable {
```
--
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]