Skip to content

Commit d493c69

Browse files
committed
fix formatter
1 parent d7aae16 commit d493c69

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • src/main/java/com/itasocialacademy/oitassist/competition/service/interfaces

src/main/java/com/itasocialacademy/oitassist/competition/service/interfaces/StageService.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)