Skip to content

Commit 719f91f

Browse files
author
Raymie Stata
committed
Remove cruft
Fixed a bug after resolving conflicts but forgot to add it to the merge commit.
1 parent 86da667 commit 719f91f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/graphql/schema/GraphQLSchema.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,9 +1371,6 @@ public GraphQLSchema build() {
13711371
// Step 2: Add built-in directives if missing
13721372
Directives.BUILT_IN_DIRECTIVES.forEach(this::addDirectiveIfMissing);
13731373

1374-
1375-
addBuiltInDirectivesIfMissing();
1376-
13771374
// Step 3: Create schema via private constructor
13781375
GraphQLSchema schema = new GraphQLSchema(this);
13791376

0 commit comments

Comments
 (0)