Skip to content

Commit 88caa41

Browse files
committed
remove redundant comment
1 parent 859b58d commit 88caa41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/graphql/annotations/directives/Directive.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.TYPE})
2323
@Retention(RetentionPolicy.RUNTIME)
2424
public @interface Directive {
25-
// Class<? extends BasicDirectiveInfo> info();
2625
String name();
2726

2827
Class<? extends AnnotationsDirectiveWiring> wiringClass();

0 commit comments

Comments
 (0)