Skip to content

Commit 324bbf2

Browse files
author
bnasslahsen
committed
code review
1 parent 21acf8f commit 324bbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/GroupedOpenApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private Builder() {
118118

119119
/**
120120
* @deprecated Since v1.4.0, GroupedOpenApi.setGroup is marked as deprecated.
121-
* Use {@link GroupedOpenApi#builder()#group(String)} instead.
121+
* Use {@link #group(String) } instead.
122122
*/
123123
@Deprecated
124124
public Builder setGroup(String group) {

0 commit comments

Comments
 (0)