googleapis/java-datastore

Use Try-with-resources in Datastore samples

jainsahab opened this issue · 0 comments

In #1246 Datastore instance holds resources which needs to be closed, For this reason we need to update all samples with try-with-resources