Skip to content

Commit

Permalink
Add Experimental annotation/remove SuppressWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
damondouglas committed Jun 2, 2022
1 parent 6c2798d commit 3099d60
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import com.google.auto.value.AutoValue;
import javax.annotation.Nullable;
import org.apache.beam.sdk.annotations.Experimental;
import org.apache.beam.sdk.schemas.AutoValueSchema;
import org.apache.beam.sdk.schemas.Schema;
import org.apache.beam.sdk.schemas.annotations.DefaultSchema;
Expand All @@ -30,9 +31,7 @@
* provide no backwards compatibility guarantees, and it should not be implemented outside the Beam
* repository.
*/
@SuppressWarnings({
"nullness" // TODO(https://issues.apache.org/jira/browse/BEAM-10402)
})
@Experimental
@DefaultSchema(AutoValueSchema.class)
@AutoValue
public abstract class PubsubSchemaTransformReadConfiguration {
Expand Down

0 comments on commit 3099d60

Please sign in to comment.