We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a21a49 commit 4011e14Copy full SHA for 4011e14
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/SpringPageableScanUtils.java
@@ -44,7 +44,6 @@ private SpringPageableScanUtils() {}
44
45
/** Carries a parsed sort field and its direction (always "ASC" or "DESC") from the spec default. */
46
public static final class SortFieldDefault {
47
-
48
public final String field;
49
public final String direction;
50
0 commit comments