Skip to content

Commit

Permalink
feat(#1175): Add OpenApiRepository and Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Schlathoelter committed Jun 25, 2024
1 parent aeabf0e commit da938ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
*/
public final class OpenApiResourceLoader {

static final RawResolver RAW_RESOLVER = new RawResolver();
private static final RawResolver RAW_RESOLVER = new RawResolver();

static final OasResolver OAS_RESOLVER = new OasResolver();
private static final OasResolver OAS_RESOLVER = new OasResolver();

/**
* Prevent instantiation of utility class.
Expand Down

0 comments on commit da938ab

Please sign in to comment.