Skip to content

Commit f60b03a

Browse files
author
Julien
committed
rename param
1 parent cc12209 commit f60b03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/core/src/main/java/com/codingame/gameengine/core/GameManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ public void setTurnMaxTime(int turnMaxTime) throws IllegalArgumentException {
458458
/**
459459
* Set the timeout delay of the first turn for every player. Default is 1000ms.
460460
*
461-
* @param turnMaxTime
461+
* @param firstTurnMaxTime
462462
* Duration in milliseconds.
463463
* @throws IllegalArgumentException
464464
* if firstTurnMaxTime < 50 or > 25000

0 commit comments

Comments
 (0)