Skip to content

Commit d55887f

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1109 b: refs/heads/master c: f2dc019 h: refs/heads/master i: 1107: 3eb8aa9 v: v3
1 parent 96ee287 commit d55887f

4 files changed

Lines changed: 1 addition & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: 41f607d05500615ef79712ac59716a59990edb37
2+
refs/heads/master: f2dc019ebc193c5af9e7ed3b7e2030bc97faf1ef
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/gcloud-java-core/src/main/java/com/google/gcloud/ServiceOptions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ private static boolean isWindows() {
411411
}
412412

413413
protected static String getAppEngineProjectId() {
414-
// TODO(ozarov): An alternative to reflection would be to depend on AE api jar:
415-
// http://mvnrepository.com/artifact/com.google.appengine/appengine-api-1.0-sdk/1.2.0
416414
try {
417415
Class<?> factoryClass =
418416
Class.forName("com.google.appengine.api.appidentity.AppIdentityServiceFactory");

trunk/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/DatastoreOptions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ public String namespace() {
172172
}
173173

174174
private static String defaultNamespace() {
175-
// TODO(ozarov): An alternative to reflection would be to depend on AE api jar:
176-
// http://mvnrepository.com/artifact/com.google.appengine/appengine-api-1.0-sdk/1.2.0
177175
try {
178176
Class<?> clazz = Class.forName("com.google.appengine.api.NamespaceManager");
179177
Method method = clazz.getMethod("get");

trunk/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/DatastoreTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ public void testRunStructuredQuery() {
459459
assertEquals("Dan", entity.getString("name"));
460460
assertEquals(2, entity.properties().size());
461461
assertFalse(results4.hasNext());
462-
// TODO(ozarov): construct a test to verify nextQuery/pagination
463462
}
464463

465464
@Test

0 commit comments

Comments
 (0)