Skip to content

Commit

Permalink
Merge branch 'master' of github.com:googleapis/java-spanner into span…
Browse files Browse the repository at this point in the history
…ner-json

# Conflicts:
#	google-cloud-spanner/src/test/java/com/google/cloud/spanner/GrpcResultSetTest.java
#	google-cloud-spanner/src/test/java/com/google/cloud/spanner/ResultSetsTest.java
#	google-cloud-spanner/src/test/java/com/google/cloud/spanner/ValueTest.java
  • Loading branch information
zoercai committed Jun 4, 2021
1 parent 05ba216 commit f2dc795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -19,9 +19,8 @@
import static com.google.common.testing.SerializableTester.reserialize;
import static com.google.common.truth.Truth.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThrows;
import static org.junit.Assert.assertTrue;

import com.google.cloud.ByteArray;
import com.google.cloud.Date;
Expand Down
Expand Up @@ -27,8 +27,6 @@
import com.google.cloud.Date;
import com.google.cloud.Timestamp;
import com.google.cloud.spanner.AsyncResultSet.CallbackResponse;
import com.google.common.primitives.Booleans;
import com.google.cloud.spanner.AsyncResultSet.ReadyCallback;
import com.google.common.primitives.Doubles;
import com.google.common.primitives.Longs;
import com.google.common.util.concurrent.MoreExecutors;
Expand Down
Expand Up @@ -21,8 +21,9 @@
import static com.google.common.truth.Truth.assertWithMessage;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertThrows;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

import com.google.cloud.ByteArray;
import com.google.cloud.Date;
Expand Down

0 comments on commit f2dc795

Please sign in to comment.