Skip to content

fix(sql): ran mvn formatting commands on generated gRPC stub files - #13958

Draft
nnicolee wants to merge 1 commit into
mainfrom
fix/sql-v1-grpc-formatting
Draft

fix(sql): ran mvn formatting commands on generated gRPC stub files#13958
nnicolee wants to merge 1 commit into
mainfrom
fix/sql-v1-grpc-formatting

Conversation

@nnicolee

@nnicolee nnicolee commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Description

Formats the 6 generated gRPC stub files in java-sql/grpc-google-cloud-sql-v1.

Root Cause

These files were generated by protoc-gen-grpc-java and checked in without running a post-generation mvn fmt:format pass. As a result, PRs running full-repo lint checks were encountering fmt:check failures.

Changes

  • Executed mvn fmt:format -pl java-sql/grpc-google-cloud-sql-v1.

Verification

  • Verified with mvn fmt:check -pl java-sql/grpc-google-cloud-sql-v1:
    Processed 16 files (0 non-complying). BUILD SUCCESS

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request cleans up the codebase by removing an extra blank line before the class-level Javadoc comments in several gRPC service files, including SqlAvailableDatabaseVersionsServiceGrpc, SqlEventsServiceGrpc, SqlFeatureEligibilityServiceGrpc, SqlIamPoliciesServiceGrpc, SqlInstanceNamesServiceGrpc, and SqlRegionsServiceGrpc. There are no review comments, and I have no additional feedback to provide.

@nnicolee
nnicolee requested a review from lqiu96 July 30, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant