We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003921a commit b695138Copy full SHA for b695138
1 file changed
google-cloud-datastore/src/main/java/com/google/cloud/datastore/BaseKey.java
@@ -45,7 +45,7 @@ public abstract class BaseKey implements Serializable {
45
*
46
* @param <B> the key builder.
47
*/
48
- protected abstract static class Builder<B extends Builder<B>> {
+ public abstract static class Builder<B extends Builder<B>> {
49
50
String projectId = "";
51
String namespace = "";
0 commit comments