Skip to content

Commit 9b36677

Browse files
committed
Fix typo in SpringRepositoryRestResourceProvider.java
"REPOSITORY_SERACH_CONTROLLER" becomes "REPOSITORY_SEARCH_CONTROLLER". This is the only instance of term "SERACH" in the repository. Close #2536
1 parent 2db978a commit 9b36677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/providers/SpringRepositoryRestResourceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class SpringRepositoryRestResourceProvider implements RepositoryRestResou
9292
/**
9393
* The constant REPOSITORY_SEARCH_CONTROLLER.
9494
*/
95-
private static final String REPOSITORY_SERACH_CONTROLLER = SPRING_DATA_REST_PACKAGE + ".webmvc.RepositorySearchController";
95+
private static final String REPOSITORY_SEARCH_CONTROLLER = SPRING_DATA_REST_PACKAGE + ".webmvc.RepositorySearchController";
9696

9797
/**
9898
* The constant REPOSITORY_PROPERTY_CONTROLLER.

0 commit comments

Comments
 (0)