Skip to content

Commit

Permalink
[hotfix][javadocs] Fix OutputTag example
Browse files Browse the repository at this point in the history
  • Loading branch information
comsir authored Jan 29, 2020
1 parent 4aae548 commit 236710c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <p>Example:
* <pre>{@code
* OutputTag<Tuple2<String, Long>> info = new OutputTag<Tuple2<String, Long>>("late-data"){});
* OutputTag<Tuple2<String, Long>> info = new OutputTag<Tuple2<String, Long>>("late-data"){};
* }</pre>
*
* @param <T> the type of elements in the side-output stream.
Expand Down

0 comments on commit 236710c

Please sign in to comment.