Ejemplo n.º 1
0
 public static List<String> getTournamentCsvLinks(Tournament tournament) {
   CSV csv = new CSV(tournament, null);
   return csv.getTournamentCsvLinks();
 }