Skip to content

Commit 828b897

Browse files
authored
Fix some bugs in mobile gaming example
2 parents 644c6c2 + f7452f0 commit 828b897

File tree

1 file changed

+1
-1
lines changed
  • examples/java/src/main/java/org/apache/beam/examples/complete/game

1 file changed

+1
-1
lines changed

examples/java/src/main/java/org/apache/beam/examples/complete/game/LeaderBoard.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class LeaderBoard extends HourlyTeamScore {
9393
static final Duration TEN_MINUTES = Duration.standardMinutes(10);
9494

9595
/** Options supported by {@link LeaderBoard}. */
96-
public interface Options extends HourlyTeamScore.Options, ExampleOptions, StreamingOptions {
96+
public interface Options extends ExampleOptions, StreamingOptions {
9797

9898
@Description("BigQuery Dataset to write tables to. Must already exist.")
9999
@Validation.Required

0 commit comments

Comments
 (0)