We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba35e0 commit 20af5beCopy full SHA for 20af5be
3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/api/NoteRestController.java
@@ -22,5 +22,5 @@
22
public class NoteRestController {
23
private final Notes notes;
24
25
- // TODO: implement controller methods according to the javadoc
+ // TODO: implement controller methods according to the javadoc verify your impl using NoteRestControllerTest
26
}
3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/controller/NoteController.java
@@ -30,6 +30,6 @@
30
public class NoteController {
31
32
33
+ // TODO: implement controller methods according to the javadoc and verify your impl using NoteControllerTest
34
35
0 commit comments