Skip to content

Commit e00df01

Browse files
authored
Add missing this keyword for readability (#3067)
1 parent 86d38c1 commit e00df01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/graphql/schema/idl/SchemaPrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public Options includeSchemaElement(Predicate<GraphQLSchemaElement> includeSchem
315315
this.includeDirectiveDefinitions,
316316
this.useAstDefinitions,
317317
this.descriptionsAsHashComments,
318-
includeDirective,
318+
this.includeDirective,
319319
includeSchemaElement,
320320
this.comparatorRegistry);
321321
}

0 commit comments

Comments
 (0)