File tree Expand file tree Collapse file tree
src/main/java/com/itasocialacademy/oitassist/competition/service/interfaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ public interface StageService {
3737 StageResponse getById (Long stageId );
3838
3939 /**
40- * Retrieves all Stages belonging to a specific Competition, ordered by their sort position.
40+ * Retrieves all Stages belonging to a specific Competition, ordered by their
41+ * sort position.
4142 *
4243 * @param competitionId the ID of the parent competition
4344 * @return a list of stage response DTOs, ordered ascending by sortPosition
@@ -79,8 +80,8 @@ public interface StageService {
7980 * status.</li>
8081 * <li>Starting a stage requires the previous stage (by sort position) to be
8182 * FINISHED; finishing a stage requires all its tours to be completed.</li>
82- * <li>The request's {@code version} must match the stage's current version,
83- * or the change is rejected as a stale-version conflict.</li>
83+ * <li>The request's {@code version} must match the stage's current version, or
84+ * the change is rejected as a stale-version conflict.</li>
8485 * </ul>
8586 *
8687 * @param compId the competition ID from the request path
You can’t perform that action at this time.
0 commit comments