Skip to content

Commit 8297e27

Browse files
committed
Revert "fix"
This reverts commit 607c678.
1 parent 607c678 commit 8297e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.apache.commons.io.IOCase;
3232
import org.apache.commons.lang3.ObjectUtils;
3333
import org.apache.commons.lang3.StringUtils;
34+
import org.apache.commons.lang3.Strings;
3435
import org.openapitools.codegen.api.*;
3536
import org.openapitools.codegen.config.GlobalSettings;
3637
import org.openapitools.codegen.ignore.CodegenIgnoreProcessor;
@@ -60,7 +61,6 @@
6061
import java.util.function.Supplier;
6162
import java.util.stream.Collectors;
6263

63-
import static org.apache.commons.lang3.StringUtils.removeStart;
6464
import static org.openapitools.codegen.CodegenConstants.X_INTERNAL;
6565
import static org.openapitools.codegen.utils.OnceLogger.once;
6666

0 commit comments

Comments
 (0)