Skip to content

Commit

Permalink
that moment when javadoc causes ur compile to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Jun 30, 2024
1 parent 1e62973 commit a239233
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import org.battleplugins.arena.Arena;
import org.battleplugins.arena.ArenaPlayer;
import org.battleplugins.arena.competition.Competition;
import org.battleplugins.arena.competition.CompetitionType;
import org.battleplugins.arena.competition.LiveCompetition;
import org.battleplugins.arena.competition.PlayerRole;
import org.battleplugins.arena.competition.event.Event;
import org.battleplugins.arena.competition.map.LiveCompetitionMap;
import org.battleplugins.arena.competition.map.MapType;
import org.battleplugins.arena.module.tournaments.algorithm.SingleEliminationTournamentCalculator;
Expand All @@ -24,7 +24,6 @@
import java.util.List;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import java.util.stream.Stream;

import static org.battleplugins.arena.module.tournaments.TournamentMessages.NEXT_ROUND_STARTING;
import static org.battleplugins.arena.module.tournaments.TournamentMessages.NEXT_ROUND_STARTING_IN;
Expand All @@ -47,7 +46,7 @@
* in a series of matches until a winner is determined.
* <p>
* Tournaments are typically bracketed and have a set number of players.
* They can also have multiple rounds. These act similar to an {@link Event}
* They can also have multiple rounds. These act similar to an {@link CompetitionType#EVENT}
* but differ in the sense that they run on top of existing arenas.
* <p>
* This varies slightly from a conventional bracket tournament as it allows
Expand Down

0 comments on commit a239233

Please sign in to comment.