Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit88ec35b

Browse files
chore: release gapic-generator-java v1.0.17 (#28)
Committer:@miraleungPiperOrigin-RevId: 388499329Source-Link:googleapis/googleapis@bb0a090Source-Link:https://github.com/googleapis/googleapis-gen/commit/d196f38277f745f7d99d468c5af0950bc9925b44
1 parent074bcff commit88ec35b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/stub/GrpcDatastreamStub.java‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,13 @@ public UnaryCallable<DeleteRouteRequest, Operation> deleteRouteCallable() {
10841084

10851085
@Override
10861086
publicfinalvoidclose() {
1087-
shutdown();
1087+
try {
1088+
backgroundResources.close();
1089+
}catch (RuntimeExceptione) {
1090+
throwe;
1091+
}catch (Exceptione) {
1092+
thrownewIllegalStateException("Failed to close resource",e);
1093+
}
10881094
}
10891095

10901096
@Override

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp