Skip to content

Commit

Permalink
[sdks-java-core] add serialVersionUID to PTransform
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Feb 23, 2024
1 parent 436f3b2 commit 4982f6a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
*/
public abstract class PTransform<InputT extends PInput, OutputT extends POutput>
implements Serializable /* See the note above */, HasDisplayData {

private static final long serialVersionUID = 3383862966597863311L;

/**
* Override this method to specify how this {@code PTransform} should be expanded on the given
* {@code InputT}.
Expand Down

0 comments on commit 4982f6a

Please sign in to comment.