File tree Expand file tree Collapse file tree
trunk/google-cloud-datastore/src/main/java/com/google/cloud/datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 3dc9dce853ca0295344e7528ce5dfef1c1e9e206
2+ refs/heads/master: 5a75fc0140ee8b5db599a09beddac00f437c50a6
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: 983ad13eceefeee06f3300486563b47902cedb77
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ interface TransactionCallable<T> {
128128 /**
129129 * {@inheritDoc}
130130 *
131- * <p>If an entity for {@code entity.getKey()} does not exists , {@code entity} is inserted.
131+ * <p>If an entity for {@code entity.getKey()} does not exist , {@code entity} is inserted.
132132 * Otherwise, a {@link DatastoreException} is thrown with {@link DatastoreException#getReason()}
133133 * equal to {@code "ALREADY_EXISTS"}.
134134 *
You can’t perform that action at this time.
0 commit comments