You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi-processor-core/src/testInt/resources/tests/bean-validation-mapping-supported/inputs/openapi30.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ paths:
18
18
format: year
19
19
minimum: 1970
20
20
maximum: 2099
21
-
# the parameter is mapped from `integer` to `other.Integer` and `other.Integer` is added as opt-in for the
21
+
# the parameter is mapped from `integer` to `io.oap.Integer` and `io.oap.Integer` is added as opt-in for the
Copy file name to clipboardExpand all lines: openapi-processor-core/src/testInt/resources/tests/bean-validation-mapping-supported/inputs/openapi31.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ paths:
18
18
format: year
19
19
minimum: 1970
20
20
maximum: 2099
21
-
# the parameter is mapped from `integer` to `other.Integer` and `other.Integer` is added as opt-in for the
21
+
# the parameter is mapped from `integer` to `io.oap.Integer` and `io.oap.Integer` is added as opt-in for the
0 commit comments