Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unnecessary boxed primitives in AutoValue classes
Fixes ``` google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java:42: error: [AutoValueUnnecessaryBoxing] property method com.google.cloud.bigquery.TableResult.getTotalRows() is primitive but parameter of setter method is not public abstract TableResult.Builder setTotalRows(Long totalRows); ^ ``` See google/auto@328a25c
- Loading branch information