We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21acf8f commit 324bbf2Copy full SHA for 324bbf2
springdoc-openapi-common/src/main/java/org/springdoc/core/GroupedOpenApi.java
@@ -118,7 +118,7 @@ private Builder() {
118
119
/**
120
* @deprecated Since v1.4.0, GroupedOpenApi.setGroup is marked as deprecated.
121
- * Use {@link GroupedOpenApi#builder()#group(String)} instead.
+ * Use {@link #group(String) } instead.
122
*/
123
@Deprecated
124
public Builder setGroup(String group) {
0 commit comments