Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public GraphQLDirective getDirective() {
* The parameter environment on a call to {@link DirectivePredicate}
*/
@PublicApi
interface DirectivePredicateEnvironment {
public interface DirectivePredicateEnvironment {

/**
* The schema element that contained this directive. If this is a {@link GraphQLSchema}
Expand All @@ -210,7 +210,7 @@ interface DirectivePredicateEnvironment {
*/
@PublicSpi
@FunctionalInterface
interface DirectivePredicate {
public interface DirectivePredicate {
/**
* Return true if the directive should be included
*
Expand Down