Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
chore: release gapic-generator-java v1.0.17
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 388499329

Source-Link: googleapis/googleapis@bb0a090

Source-Author: Bazel Bot <bazel-bot-development[bot]@users.noreply.github.com>
Source-Date: Tue Aug 3 18:42:39 2021 +0000
Source-Repo: googleapis/googleapis-gen
Source-Sha: d196f38277f745f7d99d468c5af0950bc9925b44
Source-Link: googleapis/googleapis-gen@d196f38
  • Loading branch information
yoshi-automation committed Aug 3, 2021
1 parent 70fd1cf commit ba6e0f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Expand Up @@ -350,7 +350,13 @@ public UnaryCallable<DeletePolicyRequest, Empty> deletePolicyCallable() {

@Override
public final void close() {
shutdown();
try {
backgroundResources.close();
} catch (RuntimeException e) {
throw e;
} catch (Exception e) {
throw new IllegalStateException("Failed to close resource", e);
}
}

@Override
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-orgpolicy.git",
"sha": "2317fde01451dd636b67f6a39ecbe288d55bcd89"
"sha": "70fd1cfb341fdf7b1e2eac069e7b96e3b1f585d8"
}
},
{
Expand All @@ -19,8 +19,8 @@
"git": {
"name": "googleapis-gen",
"remote": "https://github.com/googleapis/googleapis-gen.git",
"sha": "478f36572d7bcf1dc66038d0e76b9b3fa2abae63",
"internalRef": "379784268"
"sha": "d196f38277f745f7d99d468c5af0950bc9925b44",
"internalRef": "388499329"
}
},
{
Expand Down

0 comments on commit ba6e0f2

Please sign in to comment.