Skip to content

Commit

Permalink
Update quarkus-asyncapi/runtime/src/main/java/io/quarkiverse/asyncapi…
Browse files Browse the repository at this point in the history
…/config/AsyncAPISupplierFactory.java

Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
  • Loading branch information
fjtirado and hbelmiro committed Jul 28, 2023
1 parent 02e4774 commit 07f2769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class AsyncAPISupplierFactory {
private static AsyncAPISupplierFactory instance;

private final Set<String> EXTENSIONS = Set.of(".yml", ".yaml", ".json");
private Collection<AsyncAPISupplier> asyncAPISuppliers = new ArrayList<>();
private final Collection<AsyncAPISupplier> asyncAPISuppliers = new ArrayList<>();

public static AsyncAPISupplierFactory init(ConfigSourceContext context) {
instance = new AsyncAPISupplierFactory(context);
Expand Down

0 comments on commit 07f2769

Please sign in to comment.