We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607c678 commit 8297e27Copy full SHA for 8297e27
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultGenerator.java
@@ -31,6 +31,7 @@
31
import org.apache.commons.io.IOCase;
32
import org.apache.commons.lang3.ObjectUtils;
33
import org.apache.commons.lang3.StringUtils;
34
+import org.apache.commons.lang3.Strings;
35
import org.openapitools.codegen.api.*;
36
import org.openapitools.codegen.config.GlobalSettings;
37
import org.openapitools.codegen.ignore.CodegenIgnoreProcessor;
@@ -60,7 +61,6 @@
60
61
import java.util.function.Supplier;
62
import java.util.stream.Collectors;
63
-import static org.apache.commons.lang3.StringUtils.removeStart;
64
import static org.openapitools.codegen.CodegenConstants.X_INTERNAL;
65
import static org.openapitools.codegen.utils.OnceLogger.once;
66
0 commit comments