Skip to content

Commit 0ce3dd3

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1337 b: refs/heads/update-datastore c: a98d096 h: refs/heads/master i: 1335: e9755a6 v: v3
1 parent 22ca2e1 commit 0ce3dd3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • branches/update-datastore/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
66
refs/heads/pubsub-alpha: dea33f5d017ff85c14573b4a06c6b1f2c4bbe2b0
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
8-
refs/heads/update-datastore: 02a56a831bd04734dd171a553dc569637d2059c6
8+
refs/heads/update-datastore: a98d09640198c6d7effb6a8379a915664fb41b3f

branches/update-datastore/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/KeyFactory.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.google.gcloud.datastore;
1818

19-
import com.google.common.base.MoreObjects;
2019
import com.google.common.collect.ImmutableList;
2120

2221
/**
@@ -36,7 +35,7 @@ public KeyFactory(String projectId, String namespace) {
3635
super(projectId);
3736
namespace(namespace);
3837
this.pi = projectId;
39-
this.ns = MoreObjects.firstNonNull(namespace, "");
38+
this.ns = namespace;
4039
}
4140

4241
public IncompleteKey newKey() {

0 commit comments

Comments
 (0)