Skip to content

Commit d783ec7

Browse files
authored
Missing public identifiers (#2297)
* noob! Missing public identifiers * ooops
1 parent 93cc515 commit d783ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/graphql/introspection/IntrospectionWithDirectivesSupport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public GraphQLDirective getDirective() {
229229
* The parameter environment on a call to {@link DirectivePredicate}
230230
*/
231231
@PublicApi
232-
interface DirectivePredicateEnvironment {
232+
public interface DirectivePredicateEnvironment {
233233

234234
/**
235235
* The schema element that contained this directive. If this is a {@link GraphQLSchema}
@@ -262,7 +262,7 @@ interface DirectivePredicateEnvironment {
262262
*/
263263
@PublicSpi
264264
@FunctionalInterface
265-
interface DirectivePredicate {
265+
public interface DirectivePredicate {
266266
/**
267267
* Return true if the directive should be included
268268
*

0 commit comments

Comments
 (0)