Skip to content

Commit 3eef7f7

Browse files
authored
Updated dataflow, datastore, dlp, errorreporting, firestore, iap, and iot folders. (#986)
* Updated dataflow/spanner-io * Updated datastore. * Updated dlp * Updated errorreporting. * Updated firestore/ * Updated iap/ * Updated iot. * Updated datastore/cloud-client. * Re-updated dlp samples.
1 parent e7fccd3 commit 3eef7f7

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

samples/snippets/src/main/java/com/google/datastore/snippets/TaskList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import com.google.cloud.datastore.StringValue;
2727
import com.google.cloud.datastore.StructuredQuery.OrderBy;
2828
import com.google.cloud.datastore.Transaction;
29-
3029
import java.util.ArrayList;
3130
import java.util.Iterator;
3231
import java.util.List;

samples/snippets/src/test/java/com/google/datastore/snippets/ConceptsTest.java

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@
5050
import com.google.common.collect.ImmutableMap;
5151
import com.google.common.collect.ImmutableSet;
5252
import com.google.common.collect.Iterators;
53-
54-
import org.junit.AfterClass;
55-
import org.junit.Before;
56-
import org.junit.BeforeClass;
57-
import org.junit.Rule;
58-
import org.junit.Test;
59-
import org.junit.rules.ExpectedException;
60-
import org.junit.runner.RunWith;
61-
import org.junit.runners.JUnit4;
62-
import org.threeten.bp.Duration;
63-
6453
import java.io.IOException;
6554
import java.util.ArrayList;
6655
import java.util.Calendar;
@@ -74,6 +63,15 @@
7463
import java.util.Map;
7564
import java.util.TimeZone;
7665
import java.util.concurrent.TimeoutException;
66+
import org.junit.AfterClass;
67+
import org.junit.Before;
68+
import org.junit.BeforeClass;
69+
import org.junit.Rule;
70+
import org.junit.Test;
71+
import org.junit.rules.ExpectedException;
72+
import org.junit.runner.RunWith;
73+
import org.junit.runners.JUnit4;
74+
import org.threeten.bp.Duration;
7775

7876
/**
7977
* Contains Cloud Datastore snippets demonstrating concepts for documentation.

0 commit comments

Comments
 (0)