We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa797e commit 2e33355Copy full SHA for 2e33355
metadata-service/openapi-servlet/src/main/java/io/datahubproject/openapi/config/SpringWebConfig.java
@@ -31,8 +31,7 @@ public class SpringWebConfig implements WebMvcConfigurer {
31
private static final Set<String> SCHEMA_REGISTRY_PACKAGES =
32
Set.of("io.datahubproject.openapi.schema.registry");
33
34
- private static final Set<String> OPENLINEAGE_PACKAGES =
35
- Set.of("io.datahubproject.openlineage");
+ private static final Set<String> OPENLINEAGE_PACKAGES = Set.of("io.datahubproject.openlineage");
36
37
public static final Set<String> NONDEFAULT_OPENAPI_PACKAGES;
38
0 commit comments