You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/customizers/GlobalOpenApiCustomizer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
* customize Open api on default OpenAPI description and groups.
32
32
*
33
33
* @author christophejan
34
-
* @see OpenApiCustomizercustomize default OpenAPI description but not groups
34
+
* @see OpenApiCustomizer default OpenAPI description but not groups
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/customizers/GlobalOperationCustomizer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
* description and groups
33
33
*
34
34
* @author christophejan
35
-
* @see OperationCustomizercustomize operations on default OpenAPI description but not groups
35
+
* @see OperationCustomizer operations on default OpenAPI description but not groups
0 commit comments