You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/DatastoreOptions.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -172,8 +172,6 @@ public String namespace() {
172
172
}
173
173
174
174
privatestaticStringdefaultNamespace() {
175
-
// TODO(ozarov): An alternative to reflection would be to depend on AE api jar:
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/DatastoreTest.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -459,7 +459,6 @@ public void testRunStructuredQuery() {
459
459
assertEquals("Dan", entity.getString("name"));
460
460
assertEquals(2, entity.properties().size());
461
461
assertFalse(results4.hasNext());
462
-
// TODO(ozarov): construct a test to verify nextQuery/pagination
0 commit comments