Skip to content

Commit e353462

Browse files
authored
Revert "remove playground annotations from BatchElementsExample until next re…" (#38830)
This reverts commit 3f4bcb0.
1 parent 4fe3342 commit e353462

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

examples/java/src/main/java/org/apache/beam/examples/BatchElementsExample.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929
import org.slf4j.Logger;
3030
import org.slf4j.LoggerFactory;
3131

32+
// beam-playground:
33+
// name: BatchElements
34+
// description: Demonstration of BatchElements transform usage.
35+
// multifile: false
36+
// default_example: false
37+
// context_line: 47
38+
// categories:
39+
// - Core Transforms
40+
// complexity: BASIC
41+
// tags:
42+
// - transforms
43+
// - batch
44+
3245
public class BatchElementsExample {
3346
public static void main(String[] args) {
3447
PipelineOptions options = PipelineOptionsFactory.create();

0 commit comments

Comments
 (0)