Skip to content

Commit

Permalink
Update ResponseController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alicela committed Oct 23, 2024
1 parent d052d5a commit 72f3c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

@RequestMapping(path = "/response" )
@Controller
@Tag(name = "Response services for interrogations", description = "A **response** is considered the entire set of data associated with an interrogation (idUE x idQuestionnaire). \n These data may have different state (collected, edited, external, ...) ")
@Tag(name = "Response services for interrogations", description = "A **response** is considered the entire set of data associated with an interrogation (idUE x idQuestionnaire). \n\n These data may have different state (collected, edited, external, ...) ")
@Slf4j
public class ResponseController {

Expand Down

0 comments on commit 72f3c46

Please sign in to comment.