Skip to content

Commit 2feee80

Browse files
committed
remove unnecessary todos
1 parent 4543c76 commit 2feee80

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/graphql/annotations/processor/retrievers/fieldBuilders/DirectivesBuilder.java

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ private void transformArgument(Annotation annotation, GraphQLDirective.Builder d
128128
GraphQLArgument graphQLArgument = arguments.get(i);
129129
Method[] methods = annotation.annotationType().getDeclaredMethods();
130130
directiveBuilder.argument(graphQLArgument.transform(builder -> {
131-
// todo: add support for list
132131
if (graphQLArgument.getType() instanceof GraphQLType) {
133132
try {
134133
methods[finalI].setAccessible(true);

src/test/java/graphql/annotations/directives/creation/DirectiveCreatorTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
import static org.testng.AssertJUnit.assertNotNull;
3636
import static org.testng.internal.junit.ArrayAsserts.assertArrayEquals;
3737

38-
// todo: add tests for other directives types
3938
public class DirectiveCreatorTest {
4039
private DirectiveCreator directiveCreator;
4140
private DirectiveArgumentCreator directiveArgumentCreator;

0 commit comments

Comments
 (0)