Skip to content

Commit ab5143c

Browse files
author
akuksin
committed
remove unnecessary comment
1 parent 74f0e28 commit ab5143c

File tree

1 file changed

+0
-1
lines changed
  • spring-boot/password-encoding/src/main/java/io/reflectoring/passwordencoding/resources

1 file changed

+0
-1
lines changed

spring-boot/password-encoding/src/main/java/io/reflectoring/passwordencoding/resources/CarResources.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
@RestController
99
public class CarResources {
1010

11-
// we use this endpoint as authentication test
1211
@GetMapping("/cars")
1312
public Set<Car> cars() {
1413
return Set.of(

0 commit comments

Comments
 (0)