Skip to content

Commit

Permalink
refactor: rename methods
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <[email protected]>
  • Loading branch information
dearrudam committed Feb 26, 2024
1 parent a4313cb commit 0fcab68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public static Ranking winnerRanking(Playoffs playoffs) {
return of(playoffs, g -> g.winner().name());
}

@WithSpan
private static Ranking of(Playoffs playoffs, Function<GameMatch, String> groupingFunction) {
var data =
playoffs.listNonTiedGameMatches()
Expand Down

0 comments on commit 0fcab68

Please sign in to comment.