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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Jun 16, 2021
1 parent 3b21454 commit 2ab1a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

@Generated("by gapic-generator-java")
public class ServicesClientTest {
private static MockServices mockServices;
private static MockServiceHelper mockServiceHelper;
private static MockServices mockServices;
private LocalChannelProvider channelProvider;
private ServicesClient client;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ public Builder setInstance(String instance) {
}

private Builder(InstanceName instanceName) {
app = instanceName.app;
service = instanceName.service;
version = instanceName.version;
instance = instanceName.instance;
this.app = instanceName.app;
this.service = instanceName.service;
this.version = instanceName.version;
this.instance = instanceName.instance;
}

public InstanceName build() {
Expand Down

0 comments on commit 2ab1a5a

Please sign in to comment.