コード例 #1
0
 public static List<String> getRoundCsvLinks(Round round) {
   CSV csv = new CSV(null, round);
   return csv.getRoundCsvLinks();
 }