Skip to content

Commit

Permalink
Adding clear (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Jul 28, 2023
1 parent b2edc6e commit 8195b1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class AsyncAPISupplierFactory {
private static Collection<AsyncAPISupplier> asyncAPISuppliers = new ArrayList<>();

public static Collection<AsyncAPISupplier> init(ConfigSourceContext context) {
asyncAPISuppliers.clear();
List<String> specDirs = getValues(context, AsyncAPIConfigGroup.SOURCES_PROP,
Arrays.asList("src/main/asyncapi", "src/test/asyncapi"));
final Collection<String> ignoredFiles = excludedFiles(context);
Expand Down

0 comments on commit 8195b1c

Please sign in to comment.