Skip to content

Commit a701da6

Browse files
committed
fix javadoc
1 parent cf212aa commit a701da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/SpringPageableScanUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Language-agnostic utility methods for scanning OpenAPI specs for Spring Pageable-related
3333
* features: sort enum validation, pageable defaults, and pageable constraints (max page/size).
3434
*
35-
* <p>Used by both {@link KotlinSpringServerCodegen} and (future) Java Spring codegen to share
35+
* <p>Used by both kotlin {@link KotlinSpringServerCodegen} and java {@link SpringCodegen} to share
3636
* scan logic. Only the mustache templates and their registration remain language-specific.</p>
3737
*/
3838
public final class SpringPageableScanUtils {

0 commit comments

Comments
 (0)