We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line is unnecessarily using a boxed Long instead of a long:
Long
long
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java
Line 42 in 421c825
Future version of AutoValue report a diagnostic for this issue: google/auto@328a25c
The text was updated successfully, but these errors were encountered:
PhongChuong
Successfully merging a pull request may close this issue.
This line is unnecessarily using a boxed
Long
instead of along
:java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java
Line 42 in 421c825
Future version of AutoValue report a diagnostic for this issue: google/auto@328a25c
The text was updated successfully, but these errors were encountered: