This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 7cacac52e303eea3331b5177b7a3e4be44af1361 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri May 8 13:57:44 2020 +0200 Remove invalid examples --- .../test/resources/initial-content/apps/graphql/test/one/GQLschema.jsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphql-scripting/src/test/resources/initial-content/apps/graphql/test/one/GQLschema.jsp b/graphql-scripting/src/test/resources/initial-content/apps/graphql/test/one/GQLschema.jsp index 7a826e3..3a41c05 100644 --- a/graphql-scripting/src/test/resources/initial-content/apps/graphql/test/one/GQLschema.jsp +++ b/graphql-scripting/src/test/resources/initial-content/apps/graphql/test/one/GQLschema.jsp @@ -32,6 +32,4 @@ type Query { type SlingResource { path: String resourceType: String - # pathMD5: String ## fetch:test/digest/md5 $.path - # pathSHA512: String ## fetch:test/digest/sha512,armored(UTF-8) $.path } \ No newline at end of file
