Skip to content

Commit 20af5be

Browse files
committed
GP-66 update TODO
1 parent 7ba35e0 commit 20af5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/api/NoteRestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
public class NoteRestController {
2323
private final Notes notes;
2424

25-
// TODO: implement controller methods according to the javadoc
25+
// TODO: implement controller methods according to the javadoc verify your impl using NoteRestControllerTest
2626
}

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/controller/NoteController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
public class NoteController {
3131
private final Notes notes;
3232

33-
// TODO: implement controller methods according to the javadoc
33+
// TODO: implement controller methods according to the javadoc and verify your impl using NoteControllerTest
3434

3535
}

0 commit comments

Comments
 (0)