Skip to content

Commit

Permalink
Make SchemaUtils.standardDirectives private
Browse files Browse the repository at this point in the history
  • Loading branch information
sachindshinde committed Mar 25, 2020
1 parent 096e0da commit 95c77af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;

final class SchemaUtils {
static final Set<String> standardDirectives =
private static final Set<String> standardDirectives =
new HashSet<>(Arrays.asList("deprecated", "include", "skip"));

private SchemaUtils() {
Expand Down

0 comments on commit 95c77af

Please sign in to comment.