We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74b542 commit 2a8b6d3Copy full SHA for 2a8b6d3
1 file changed
src/main/java/graphql/relay/ConnectionCursor.java
@@ -34,8 +34,6 @@ public int hashCode() {
34
35
@Override
36
public String toString() {
37
- return "ConnectionCursor{" +
38
- "value='" + value + '\'' +
39
- '}';
+ return value;
40
}
41
0 commit comments