Skip to content

Commit 072276b

Browse files
committed
rename boolean getter
1 parent 4d794cb commit 072276b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public boolean isUseAppliedDirectivesOnly() {
185185
return useAppliedDirectivesOnly;
186186
}
187187

188-
public boolean getAddOnErrorDirective() {
188+
public boolean isAddOnErrorDirective() {
189189
return addOnErrorDirective;
190190
}
191191

0 commit comments

Comments
 (0)