Skip to content

Conversation

@harshachinta
Copy link
Contributor

@harshachinta harshachinta commented May 24, 2024

This PR is to fix the refactoring comments in #3123

@harshachinta harshachinta requested a review from a team as a code owner May 24, 2024 12:49
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels May 24, 2024
olavloite
olavloite previously approved these changes May 27, 2024
.setProjectId(options.getProjectId())
.setInstanceId(options.getInstanceId())
.setDatabaseName(options.getDatabaseName())
.setDatabaseId(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: You can call options.getDatabaseId() instead of the separate options.getProjectId() etc. methods.

@harshachinta harshachinta added the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 24, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 24, 2024
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner June 24, 2024 11:37
@olavloite
Copy link
Collaborator

@harshachinta Is this something you still want to merge? Or should we close this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/java-spanner API. size: m Pull request size is medium.

2 participants