Skip to content

Commit 923dc26

Browse files
committed
cleanup
1 parent 59faed4 commit 923dc26

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/groovy/com/github/hauner/openapi/spring/converter/mapping/AmbiguousTypeMappingException.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package com.github.hauner.openapi.spring.converter.mapping
1818

19-
import com.github.hauner.openapi.spring.converter.mapping.TypeMapping
20-
2119
/**
2220
* thrown when the DataTypeConverter finds an ambiguous data type mapping.
2321
*

src/main/groovy/com/github/hauner/openapi/spring/converter/mapping/TypeMappingX.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum MappingLevel {
2626
}
2727

2828
/**
29-
*
29+
* Common interface for type mappings.
3030
*/
3131
interface TypeMappingX {
3232
boolean matches (SchemaInfo info)

0 commit comments

Comments
 (0)