From 96a89516b65803230b2de476730f14a406db7b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Vajner?= Date: Wed, 2 Feb 2022 20:08:11 +0100 Subject: [PATCH] fix: prevent "bad use of '>'" error when generating javadoc This caused Sonar analysis and Publish task failure --- .../com/graphql/spring/boot/test/GraphQLTestTemplate.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java b/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java index 5722a581..06d2104e 100644 --- a/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java +++ b/graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestTemplate.java @@ -381,8 +381,8 @@ public GraphQLResponse postFiles( * representing given file inside multipart request (including size, submittedFileName, etc.) * @param pathFunc function to generate the path to file inside variables. For example: * * * @return {@link GraphQLResponse} containing the result of query execution