Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Sep 30, 2024
1 parent ef36e39 commit 2ec239d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ private TextSubmission saveTextSubmissionWithResultAndAssessor(TextExercise exer
return submission;
}

/**
* Creates and saves a StudentParticipation for the given TextExercise, TextSubmission, and login. Also creates and saves an Athena Result for the StudentParticipation
*
* @param exercise The TextExercise the TextSubmission belongs to
Expand Down Expand Up @@ -386,6 +387,7 @@ private TextSubmission saveTextSubmissionWithAthenaResult(TextExercise exercise,
return submission;
}

/**
* Creates and saves a StudentParticipation for the given TextExercise, TextSubmission, and login. Also creates and saves a Result for the StudentParticipation given the
* assessorLogin.
*
Expand All @@ -399,6 +401,7 @@ public TextSubmission saveTextSubmissionWithResultAndAssessor(TextExercise exerc
return saveTextSubmissionWithResultAndAssessor(exercise, submission, login, null, assessorLogin);
}

/**
* Creates and saves a StudentParticipation for the given TextExercise, TextSubmission, and login. Also creates and saves an Athena Result for the StudentParticipation.
*
* @param exercise The TextExercise the TextSubmission belongs to
Expand All @@ -410,6 +413,7 @@ public TextSubmission saveTextSubmissionWithAthenaResult(TextExercise exercise,
return saveTextSubmissionWithAthenaResult(exercise, submission, login, null);
}

/**
* Creates and saves a StudentParticipation for the given TextExercise, TextSubmission, and teamId. Also creates and saves a Result for the StudentParticipation given the
* assessorLogin.
*
Expand Down

0 comments on commit 2ec239d

Please sign in to comment.