mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 17:32:43 +00:00
Fix the new package that deal with Configuration (the old one is depecrated) (#7391)
This commit is contained in:
committed by
GitHub
parent
f396da4c7e
commit
df441fe2ee
@@ -20,7 +20,7 @@ import openapitools.OpenAPIUtils;
|
||||
import com.fasterxml.jackson.core.type.TypeReference;
|
||||
|
||||
import javax.validation.constraints.*;
|
||||
import play.Configuration;
|
||||
import com.typesafe.config.Config;
|
||||
|
||||
|
||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaPlayFrameworkCodegen")
|
||||
|
||||
@@ -19,7 +19,7 @@ import openapitools.OpenAPIUtils;
|
||||
import com.fasterxml.jackson.core.type.TypeReference;
|
||||
|
||||
import javax.validation.constraints.*;
|
||||
import play.Configuration;
|
||||
import com.typesafe.config.Config;
|
||||
|
||||
|
||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaPlayFrameworkCodegen")
|
||||
|
||||
@@ -19,7 +19,7 @@ import openapitools.OpenAPIUtils;
|
||||
import com.fasterxml.jackson.core.type.TypeReference;
|
||||
|
||||
import javax.validation.constraints.*;
|
||||
import play.Configuration;
|
||||
import com.typesafe.config.Config;
|
||||
|
||||
|
||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaPlayFrameworkCodegen")
|
||||
|
||||
Reference in New Issue
Block a user