We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8231d27 commit 0dbfe2aCopy full SHA for 0dbfe2a
google-cloud-datastore/src/main/java/com/google/cloud/datastore/KeyFactory.java
@@ -33,11 +33,7 @@ public KeyFactory(String projectId) {
33
}
34
35
public KeyFactory(String projectId, String namespace) {
36
- super(projectId);
37
- setNamespace(namespace);
38
- this.initialProjectId = projectId;
39
- this.initialNamespace = namespace;
40
- this.initialDatabaseId = "";
+ this(projectId, namespace, "");
41
42
43
public KeyFactory(String projectId, String namespace, String databaseId) {
0 commit comments