Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
BBesrour committed Sep 10, 2024
1 parent 15c8450 commit 5d8926c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ public Result getResultForParticipationAndCheckAccess(Long participationId, Long
/**
* Get a map of result ids to the respective build job ids if build log files for this build job exist.
*
* @param results the results for which to check the availability of build logs
* @param results the results for which to check the availability of build logs
* @param participation the participation the results belong to
* @return a map of result ids to respective build job ids if the build log files exist, null otherwise
*/
public Map<Long, String> getLogsAvailabilityForResults(List<Result> results, Participation participation) {
Expand Down

0 comments on commit 5d8926c

Please sign in to comment.