Skip to content
Snippets Groups Projects
Commit f4b8f724 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Whitespace changes

parent ace249ed
No related merge requests found
......@@ -110,10 +110,7 @@ public class QuestionByLecturerController extends AbstractController {
*/
}
@RequestMapping(
value = "/{questionId}/publish",
method = RequestMethod.POST
)
@RequestMapping(value = "/{questionId}/publish", method = RequestMethod.POST)
@ResponseBody
public final void publishQuestion(
@PathVariable final String questionId,
......@@ -127,10 +124,7 @@ public class QuestionByLecturerController extends AbstractController {
this.questionService.update(question);
}
@RequestMapping(
value = "/{questionId}/publishstatistics",
method = RequestMethod.POST
)
@RequestMapping(value = "/{questionId}/publishstatistics", method = RequestMethod.POST)
@ResponseBody
public final void publishStatistics(
@PathVariable final String questionId,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment