Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelswart committed Mar 4, 2024
1 parent 771689e commit 555a0c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public String generateNextPageUrl(String url, UUID mandatoryQuestionId, String a
public void addMandatoryQuestionsToSubmissionObject(final GrantMandatoryQuestions mandatoryQuestions) {
final Submission submission = mandatoryQuestions.getSubmission();

if (submission != null && submission.getScheme().getVersion() > 1) { // TODO: should we check scheme version instead of submission version?
if (submission != null && submission.getScheme().getVersion() > 1) {

log.info("Adding mandatory question responses to submission " + submission.getId());

Expand Down

0 comments on commit 555a0c6

Please sign in to comment.