Skip to content

Commit 88e71d3

Browse files
committed
Replace TODO with issue #71
1 parent 57cc5dc commit 88e71d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi-generator-for-spring-common/src/main/java/de/qaware/openapigeneratorforspring/common/schema/resolver/type/TypeResolverForMapLikeType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public class TypeResolverForMapLikeType implements InitialTypeBuilder, InitialSc
4444
@Override
4545
public InitialType build(SchemaResolver.Caller caller, JavaType javaType, AnnotationsSupplier annotationsSupplier, RecursiveBuilder recursiveBuilder) {
4646
if (javaType.isMapLikeType()) {
47-
// TODO check that javaType.getKeyType() is String schema?
4847
return new MapLikeInitialType(javaType, annotationsSupplier);
4948
}
5049
return null;

0 commit comments

Comments
 (0)