Skip to content

Commit e031c3b

Browse files
authored
Merge pull request #1287 from KENNYSOFT/typo/pageable-converter-javadoc
Fix typo of PageableConverter Javadoc
2 parents c209edf + ab2aa12 commit e031c3b

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/SpringDocConfigProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public void setEnabled(boolean enabled) {
718718
}
719719

720720
/**
721-
* The type Deprecating converter.
721+
* The type Pageable converter.
722722
* @author bnasslashen
723723
*/
724724
public static class PageableConverter {

0 commit comments

Comments
 (0)