Skip to content

Commit 3156031

Browse files
chore: generate libraries at Mon Oct 28 22:49:19 UTC 2024
1 parent 3f17326 commit 3156031

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-datastore/src/main/java/com/google/cloud/datastore

1 file changed

+1
-1
lines changed

google-cloud-datastore/src/main/java/com/google/cloud/datastore/Datastore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ interface TransactionCallable<T> {
5757
* @param readerWriter DatastoreReaderWriter associated with the new transaction
5858
* @return T The transaction result
5959
* @throws Exception upon failure
60-
*/
60+
*/
6161
T run(DatastoreReaderWriter readerWriter) throws Exception;
6262
}
6363

0 commit comments

Comments
 (0)