Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 8b9fbdc

Browse files
author
Dushyant Bhalgami
authored
Merge pull request #475 from appirio-tech/fix_mm_allow_multiple_subs
allow multiple submissions for challenge type of Marathon Match
2 parents 089d0db + 6fcbce3 commit 8b9fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/contest_service_facade/src/java/main/com/topcoder/service/facade/contest/ejb/ContestServiceFacadeBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ private boolean isStudio(SoftwareCompetition contest) {
32383238
* @return true if yes
32393239
* @since 3.14
32403240
*/
3241-
private boolean isMMConetst(SoftwareCompetition contest) {
3241+
private boolean isMMContest(SoftwareCompetition contest) {
32423242
return contest.getProjectHeader().getProjectCategory().getId() == ProjectCategory.MARATHON_MATCH.getId();
32433243
}
32443244

0 commit comments

Comments
 (0)