File tree 2 files changed +0
-9
lines changed
google-cloud-datastore/src
main/java/com/google/cloud/datastore/testing
test/java/com/google/cloud/datastore
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 24
24
import com .google .cloud .datastore .DatastoreOptions ;
25
25
import com .google .cloud .testing .BaseEmulatorHelper ;
26
26
import com .google .common .collect .ImmutableList ;
27
- import com .google .common .io .CharStreams ;
28
27
import java .io .IOException ;
29
- import java .io .InputStream ;
30
- import java .io .InputStreamReader ;
31
- import java .net .HttpURLConnection ;
32
28
import java .net .MalformedURLException ;
33
29
import java .net .URL ;
34
30
import java .nio .file .FileVisitResult ;
@@ -99,7 +95,6 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
99
95
.setCredentials (NoCredentials .getInstance ())
100
96
.setRetrySettings (ServiceOptions .getNoRetrySettings ());
101
97
102
-
103
98
/** A builder for {@code LocalDatastoreHelper} objects. */
104
99
public static class Builder {
105
100
private double consistency ;
Original file line number Diff line number Diff line change 16
16
package com .google .cloud .datastore ;
17
17
18
18
import com .google .common .io .CharStreams ;
19
- import org .easymock .EasyMock ;
20
- import org .easymock .IArgumentMatcher ;
21
-
22
19
import java .io .IOException ;
23
20
import java .io .InputStream ;
24
21
import java .io .InputStreamReader ;
25
22
import java .net .HttpURLConnection ;
26
23
import java .net .URL ;
27
- import java .util .function .Predicate ;
28
24
29
25
public class EmulatorUtils {
30
26
static String sendGetRequest (int port , String request ) throws IOException {
You can’t perform that action at this time.
0 commit comments