Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
damondouglas committed Dec 22, 2022
1 parent 0c00e50 commit dbe1d46
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ public abstract static class Builder {
/**
* The expected format of the Pub/Sub message.
*
* <p>Used to retrieve the {@link org.apache.beam.sdk.schemas.io.payloads.PayloadSerializer} from
* {@link org.apache.beam.sdk.schemas.io.payloads.PayloadSerializers}. See list of supported
* values by invoking {@link org.apache.beam.sdk.schemas.io.Providers#loadProviders(Class)}.
* <p>Used to retrieve the {@link org.apache.beam.sdk.schemas.io.payloads.PayloadSerializer}
* from {@link org.apache.beam.sdk.schemas.io.payloads.PayloadSerializers}. See list of
* supported values by invoking {@link
* org.apache.beam.sdk.schemas.io.Providers#loadProviders(Class)}.
*
* <pre>{@code Providers.loadProviders(PayloadSerializer.class).keySet()}</pre>
*/
Expand Down

0 comments on commit dbe1d46

Please sign in to comment.