Skip to content

Commit 6a5e64c

Browse files
committed
remove note
1 parent b645d27 commit 6a5e64c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/graphql/annotations/processor/retrievers/GraphQLFieldRetriever.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public GraphQLInputObjectField getInputField(Field field, ProcessingElementsCont
128128
TypeFunction typeFunction = getTypeFunction(field, container);
129129
GraphQLType graphQLType = typeFunction.buildType(true, field.getType(), field.getAnnotatedType(), container);
130130
builder.withDirectives(new DirectivesBuilder(field, container).build());
131-
// return builder.type((GraphQLInputType) graphQLType).description(new DescriptionBuilder(field).build()).build();
132131
return (GraphQLInputObjectField) new DirectiveWirer().wire(builder.type((GraphQLInputType) graphQLType).description(new DescriptionBuilder(field).build()).build(),
133132
new DirectiveWiringMapRetriever().getDirectiveWiringMap(field, container));
134133
}

0 commit comments

Comments
 (0)