Skip to content

Commit 3484c00

Browse files
authored
sra
sra
1 parent 9de341d commit 3484c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/websystique/springmvc/controller/HelloWorldRestController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class HelloWorldRestController {
2424
UserService userService; //Service which will do all data retrieval/manipulation work
2525

2626

27-
//-------------------Retrieve All Users--------------------------------------------------------
27+
//-------------******------Retrieve All Users--------------------------------------------------------
2828

2929
@RequestMapping(value = "/user/", method = RequestMethod.GET)
3030
public ResponseEntity<List<User>> listAllUsers() {
@@ -123,4 +123,4 @@ public ResponseEntity<User> deleteAllUsers() {
123123
return new ResponseEntity<User>(HttpStatus.NO_CONTENT);
124124
}
125125

126-
}
126+
}

0 commit comments

Comments
 (0)