fix import mapping for return types (#14525) (#15719)

* importContainerType = true

* add unit test

* disable MyImportTest

* build all samples, add import exceptions

* simplify code

* delete myImportTest

* generate docs

* extend comment

* remove inline comment
This commit is contained in:
martin-mfg
2023-06-21 09:55:29 +02:00
committed by GitHub
parent 8b26d81163
commit 7e89e1ea81
175 changed files with 162 additions and 157 deletions

View File

@@ -5,7 +5,6 @@
*/
package org.openapitools.api;
import java.util.List;
import java.time.OffsetDateTime;
import org.openapitools.model.User;
import io.swagger.annotations.*;

View File

@@ -1,6 +1,5 @@
package org.openapitools.api;
import java.util.List;
import java.time.OffsetDateTime;
import org.openapitools.model.User;