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

Commit 4f3ef7c

Browse files
Merge pull request #782 from BlasiusSecundus/feature/fix-javadoc-generation
fix: prevent "bad use of '>'" error when generating javadoc
2 parents d3a68f6 + 96a8951 commit 4f3ef7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ public GraphQLResponse postFiles(
381381
* representing given file inside multipart request (including size, submittedFileName, etc.)
382382
* @param pathFunc function to generate the path to file inside variables. For example:
383383
* <ul>
384-
* <li>index -> String.format("variables.files.%d", index) for multiple files
385-
* <li>index -> "variables.file" for single file
384+
* <li>index -&gt; String.format("variables.files.%d", index) for multiple files
385+
* <li>index -&gt; "variables.file" for single file
386386
* </ul>
387387
*
388388
* @return {@link GraphQLResponse} containing the result of query execution

0 commit comments

Comments
 (0)