Skip to content

Commit

Permalink
Fix server style
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesStoehr committed Jul 2, 2024
1 parent 145717e commit 3cf635a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public Prerequisite updatePrerequisite(PrerequisiteRequestDTO prerequisiteValues
*
* @param courseId the course to import into
* @param courseCompetencyIds the ids of the courseCompetencies to import
* @param relations the relations between the prerequisites to import
* @return The list of imported prerequisites
*/
public List<Prerequisite> importPrerequisites(long courseId, List<Long> courseCompetencyIds, Set<CompetencyRelation> relations) {
Expand Down

0 comments on commit 3cf635a

Please sign in to comment.