Skip to content
New issue

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

Fix: @Nullable annotations on builder methods #3222

Merged
merged 5 commits into from
Apr 24, 2024

Commits on Mar 29, 2024

  1. Fix @nullable annotations on builder methods

    This fixes errors in the latest versions of AutoValue
    
    ```
    google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/ConnectionSettings.java:225: error: [AutoValueBuilderSetterNullable] Setter methods always return the Builder so @nullable is not appropriate
        public abstract Builder setUseReadAPI(Boolean useReadAPI);
                                ^
    ```
    cushon committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6b730fd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    177870d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Review comments

    cushon committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3e3a943 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Review comments

    cushon committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c0e8000 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    2ccfa96 View commit details
    Browse the repository at this point in the history