File tree Expand file tree Collapse file tree
branches/logging-alpha/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: 02a56a831bd04734dd171a553dc569637d2059c6
15+ refs/heads/logging-alpha: a98d09640198c6d7effb6a8379a915664fb41b3f
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
Original file line number Diff line number Diff line change 1616
1717package com .google .gcloud .datastore ;
1818
19- import com .google .common .base .MoreObjects ;
2019import 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 () {
You can’t perform that action at this time.
0 commit comments