Skip to content

Commit 48886b4

Browse files
committed
rename controller
1 parent cc2a9dc commit 48886b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app63/toto/HelloController.java renamed to springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app63/toto/HelloController2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.springframework.web.bind.annotation.RestController;
2323

2424
@RestController
25-
public class HelloController {
25+
public class HelloController2 {
2626

2727
@GetMapping("/test1")
2828
public void test1(String hello) {

0 commit comments

Comments
 (0)