Skip to content
Snippets Groups Projects
Commit f8ffffc6 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fixed typo in comment.

parent a9896a8c
Branches
Tags
No related merge requests found
...@@ -96,7 +96,7 @@ public class QuestionByLecturerController extends AbstractController { ...@@ -96,7 +96,7 @@ public class QuestionByLecturerController extends AbstractController {
) { ) {
response.setStatus(HttpStatus.NO_CONTENT.value()); response.setStatus(HttpStatus.NO_CONTENT.value());
/* TODO: Not yet implemented! The following code ist copy and pasted from postQuestion */ /* TODO: Not yet implemented! The following code has been copy-and-pasted from postQuestion */
/* /*
if (!sessionkey.equals(question.getSession())) { if (!sessionkey.equals(question.getSession())) {
response.setStatus(HttpStatus.PRECONDITION_FAILED.value()); response.setStatus(HttpStatus.PRECONDITION_FAILED.value());
......
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