Skip to content

Commit

Permalink
Fix checkstyle rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Sep 23, 2024
1 parent 71d97b6 commit efcf1ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public String getKindString() {
*
* @param <T> the type of the elements in the input and output {@code PCollection}s.
* @param other a PTransform whose ouptput should be flattened with the input
* @param <T> the type of the elements in the input and output {@code PCollection}s.
*/
public static <T> PTransform<PCollection<T>, PCollection<T>> with(
PTransform<PBegin, PCollection<T>> other) {
Expand Down

0 comments on commit efcf1ba

Please sign in to comment.