Skip to content

Commit 65647cc

Browse files
danielnorbergpongad
authored andcommitted
---
yaml --- r: 10013 b: refs/heads/master c: f4bc56d h: refs/heads/master i: 10011: 7ccd488
1 parent 5d45f28 commit 65647cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c81ff3e057126b3efcdadaed7b9e3874c3d10071
2+
refs/heads/master: f4bc56de42fb2ecc4dcd95a5ab9f9826607ac899
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: e517774bbe2086967ef8ed5d0b7f2761bc976645
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore/DatastoreBatchWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* An interface to represent a batch of write operations. All write operation for a batch writer
2323
* will be applied to the Datastore in one RPC call.
2424
*/
25-
interface DatastoreBatchWriter extends DatastoreWriter {
25+
public interface DatastoreBatchWriter extends DatastoreWriter {
2626

2727
/**
2828
* Datastore add operation. This method will also allocate id for any entity with an incomplete

0 commit comments

Comments
 (0)