Skip to content

Commit

Permalink
Replace remaining old guava namespace happens after #27895 (#27907)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Aug 8, 2023
1 parent 215f1d0 commit 3d02b3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.beam.sdk.transforms.Create;
import org.apache.beam.sdk.transforms.MapElements;
import org.apache.beam.sdk.values.TypeDescriptors;
import org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.ImmutableMap;
import org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap;
import org.apache.commons.lang3.RandomStringUtils;
import org.joda.time.Instant;
import org.junit.After;
Expand Down

0 comments on commit 3d02b3b

Please sign in to comment.