Skip to content

Commit 22e7405

Browse files
authored
Merge pull request #2540 from codespearhead/fix-2536
Fix typo in SpringRepositoryRestResourceProvider.java
2 parents 1ea110b + 9b36677 commit 22e7405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)