Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit a5988b1

Browse files
committed
fix: duplicate javadoc return statement
1 parent 1b20eec commit a5988b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public GraphQLResponse postFiles(
415415
* Performs a GraphQL request with the provided payload.
416416
*
417417
* @param payload the GraphQL payload
418-
* @return @return {@link GraphQLResponse} containing the result of query execution
418+
* @return {@link GraphQLResponse} containing the result of query execution
419419
*/
420420
public GraphQLResponse post(String payload) {
421421
return postRequest(RequestFactory.forJson(payload, headers));

0 commit comments

Comments
 (0)