We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 644c6c2 + f7452f0 commit 828b897Copy full SHA for 828b897
examples/java/src/main/java/org/apache/beam/examples/complete/game/LeaderBoard.java
@@ -93,7 +93,7 @@ public class LeaderBoard extends HourlyTeamScore {
93
static final Duration TEN_MINUTES = Duration.standardMinutes(10);
94
95
/** Options supported by {@link LeaderBoard}. */
96
- public interface Options extends HourlyTeamScore.Options, ExampleOptions, StreamingOptions {
+ public interface Options extends ExampleOptions, StreamingOptions {
97
98
@Description("BigQuery Dataset to write tables to. Must already exist.")
99
@Validation.Required
0 commit comments