Skip to content
Snippets Groups Projects
Commit 87100035 authored by Dominika Zemanovičová's avatar Dominika Zemanovičová
Browse files

Fix List to Set in Javadoc

parent 926d253e
No related branches found
No related tags found
3 merge requests!31M2,!30M2 exercise,!29M2 exercise
Pipeline #
...@@ -38,7 +38,7 @@ public abstract class AnswerMapper implements DomainMapper<Answer, AnswerDto> { ...@@ -38,7 +38,7 @@ public abstract class AnswerMapper implements DomainMapper<Answer, AnswerDto> {
public abstract Answer fromCreateDto(AnswerCreateDto dto); public abstract Answer fromCreateDto(AnswerCreateDto dto);
/** /**
* Convert List of AnswerInQuestionCreateDto to List of corresponding Answers * Convert Set of AnswerInQuestionCreateDto to List of corresponding Answers
* *
* @param dtos to be converted * @param dtos to be converted
* @return corresponding list of Answers * @return corresponding list of Answers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment