Skip to content

Commit

Permalink
OAK-11311: Remove usage of Guava ImmutableList - oak-store-document -…
Browse files Browse the repository at this point in the history
… remove unused imports
  • Loading branch information
reschke committed Dec 19, 2024
1 parent 5b2a863 commit ffea376
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@
*/
package org.apache.jackrabbit.oak.plugins.document.secondary;

import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

import org.apache.jackrabbit.oak.commons.collections.CollectionUtils;
import org.apache.jackrabbit.oak.plugins.document.NodeStateDiffer;
import org.apache.jackrabbit.oak.spi.filter.PathFilter;
import org.apache.jackrabbit.oak.spi.state.NodeStore;
Expand Down

0 comments on commit ffea376

Please sign in to comment.