Skip to content

Commit ab46c24

Browse files
committed
Added java doc, and made it final
1 parent 80a443e commit ab46c24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/graphql/annotations/connection/FakeRelay.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
import graphql.relay.Relay;
44

5-
public class FakeRelay extends Relay {
5+
/**
6+
* This class is just for the library to know whether to use the relay in the container or not
7+
*/
8+
public final class FakeRelay extends Relay {
69
}

0 commit comments

Comments
 (0)