We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b3497 commit 216275aCopy full SHA for 216275a
src/main/groovy/com/github/hauner/openapi/spring/converter/mapping/AmbiguousTypeMappingException.groovy
@@ -23,9 +23,9 @@ package com.github.hauner.openapi.spring.converter.mapping
23
*/
24
class AmbiguousTypeMappingException extends RuntimeException {
25
26
- List<TypeMapping> typeMappings
+ List<Mapping> typeMappings
27
28
- AmbiguousTypeMappingException(List<TypeMapping> typeMappings) {
+ AmbiguousTypeMappingException(List<Mapping> typeMappings) {
29
super()
30
this.typeMappings = typeMappings
31
}
0 commit comments