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
@@ -29,7 +29,7 @@
29
29
* customize Open api on default OpenAPI description and groups.
30
30
*
31
31
* @author christophejan
32
-
* @see OpenApiCustomizerto customize default OpenAPI description but not groups
32
+
* @see OpenApiCustomizer customize 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
@@ -30,7 +30,7 @@
30
30
* description and groups
31
31
*
32
32
* @author christophejan
33
-
* @see OperationCustomizerto customize operations on default OpenAPI description but not groups
33
+
* @see OperationCustomizer customize operations on default OpenAPI description but not groups
0 commit comments