Skip to content

Commit b6e62e4

Browse files
committed
do not warn
1 parent 4c737e1 commit b6e62e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/writer/java/EclipseFormatter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class EclipseFormatter : SourceFormatter {
6464
val properties = Properties()
6565
properties.load(reader)
6666

67+
@Suppress("UNCHECKED_CAST")
6768
conventions.putAll(properties as Map<out String, String>)
6869

6970
return conventions

0 commit comments

Comments
 (0)