Skip to content

Commit

Permalink
fix: guava error
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Nov 1, 2023
1 parent 7f6034f commit c504bb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
import java.util.concurrent.Callable;
import java.util.function.Function;

import static org.apache.flink.shaded.guava30.com.google.common.base.Preconditions.checkNotNull;
import static org.apache.flink.shaded.guava31.com.google.common.base.Preconditions.checkNotNull;


/**
* Rethrowing checked exceptions as unchecked ones. Eh, it is sometimes useful...
Expand Down

0 comments on commit c504bb0

Please sign in to comment.