Code style changes.
This commit is contained in:
@@ -54,7 +54,7 @@ public class OlympiadGameNonClassed extends OlympiadGameNormal
|
||||
return COMP_DONE_WEEK_NON_CLASSED;
|
||||
}
|
||||
|
||||
protected static final OlympiadGameNonClassed createGame(int id, List<Integer> list)
|
||||
protected static OlympiadGameNonClassed createGame(int id, List<Integer> list)
|
||||
{
|
||||
final Participant[] opponents = OlympiadGameNormal.createListOfParticipants(list);
|
||||
return opponents == null ? null : new OlympiadGameNonClassed(id, opponents);
|
||||
|
Reference in New Issue
Block a user