Skip to content

Commit a517c47

Browse files
author
Michael Sonnleitner
committed
avoid star imports
1 parent e548895 commit a517c47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/codegen/GAVCoordinateOpenApiSpecInputProvider.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package io.quarkiverse.openapi.generator.deployment.codegen;
22

3-
import static io.quarkiverse.openapi.generator.deployment.CodegenConfig.*;
4-
import static io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName.*;
3+
import static io.quarkiverse.openapi.generator.deployment.CodegenConfig.getGlobalConfigName;
4+
import static io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName.EXCLUDE_GAV;
5+
import static io.quarkiverse.openapi.generator.deployment.CodegenConfig.ConfigName.GAV_SCANNING;
56

67
import java.io.IOException;
78
import java.nio.file.Files;

0 commit comments

Comments
 (0)