This is an automated email from the ASF dual-hosted git repository.

robinyqiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ef6f58  Remove incorrect import which causes tests to fail
     new 8ba06c4  Merge pull request #12111 from nielm/patch-1
5ef6f58 is described below

commit 5ef6f58468e9c8c3b1331644a3fb1fbea2b539a6
Author: Niel Markwick <ni...@users.noreply.github.com>
AuthorDate: Sat Jun 27 11:40:49 2020 +0200

    Remove incorrect import which causes tests to fail
    
    Remove the `import static com.sun.tools.doclint.Entity.times` statement.
    
    Its an internal class that causes tests one some JVMs to fail and is not 
needed (no idea how it passed my local or presubmit tests!)
---
 .../java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessorTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessorTest.java
 
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessorTest.java
index 7ba4823..8ce5d68 100644
--- 
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessorTest.java
+++ 
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessorTest.java
@@ -17,7 +17,6 @@
  */
 package org.apache.beam.sdk.io.gcp.spanner;
 
-import static com.sun.tools.doclint.Entity.times;
 import static org.mockito.ArgumentMatchers.eq;
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;

Reply via email to