| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e7fccd3 commit 3eef7f7
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,6 @@ | |||
| 26 | 26 | import com.google.cloud.datastore.StringValue; | |
| 27 | 27 | import com.google.cloud.datastore.StructuredQuery.OrderBy; | |
| 28 | 28 | import com.google.cloud.datastore.Transaction; | |
| 29 | - | ||
| 30 | 29 | import java.util.ArrayList; | |
| 31 | 30 | import java.util.Iterator; | |
| 32 | 31 | import java.util.List; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,17 +50,6 @@ | |||
| 50 | 50 | import com.google.common.collect.ImmutableMap; | |
| 51 | 51 | import com.google.common.collect.ImmutableSet; | |
| 52 | 52 | 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 | - | ||
| 64 | 53 | import java.io.IOException; | |
| 65 | 54 | import java.util.ArrayList; | |
| 66 | 55 | import java.util.Calendar; | |
@@ -74,6 +63,15 @@ | |||
| 74 | 63 | import java.util.Map; | |
| 75 | 64 | import java.util.TimeZone; | |
| 76 | 65 | 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; | ||
| 77 | 75 | ||
| 78 | 76 | /** | |
| 79 | 77 | * Contains Cloud Datastore snippets demonstrating concepts for documentation. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments