Skip to content

Commit

Permalink
[hotfix] fix shaded reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mxm committed Nov 24, 2015
1 parent f887ba8 commit a65bcef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.apache.flink.runtime.state.KvStateSnapshot;
import org.apache.flink.runtime.state.StateHandle;
import org.apache.flink.runtime.state.filesystem.FsStateBackend;
import org.apache.flink.shaded.com.google.common.collect.Lists;
import com.google.common.collect.Lists;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
Expand Down

0 comments on commit a65bcef

Please sign in to comment.