Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit fb0f642

Browse files
committed
unnecessary method
1 parent d2e743f commit fb0f642

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/MappingConverter.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ class MappingConverter(val mapping: MappingV2) {
4040
}
4141

4242
fun convert(): List<Mapping> {
43-
return convert(mapping)
44-
}
45-
46-
fun convert(mapping: MappingV2): List<Mapping> {
4743
val result = ArrayList<Mapping>()
4844

4945
if(mapping.map.result != null) {

0 commit comments

Comments
 (0)