You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/29 06:13:29 UTC

[camel] branch camel-3.14.x updated: Camel-Graphql: Fixed code section in docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new e68adf32383 Camel-Graphql: Fixed code section in docs
e68adf32383 is described below

commit e68adf3238335e8d9febbf8d1a91cceacefb6452
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 29 08:11:38 2023 +0200

    Camel-Graphql: Fixed code section in docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-graphql/src/main/docs/graphql-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-graphql/src/main/docs/graphql-component.adoc b/components/camel-graphql/src/main/docs/graphql-component.adoc
index f8478602ace..c1f1c4ba7e4 100644
--- a/components/camel-graphql/src/main/docs/graphql-component.adoc
+++ b/components/camel-graphql/src/main/docs/graphql-component.adoc
@@ -149,7 +149,7 @@ mutation AddBook($bookInput: BookInput) {
 }
 ----
 
-[source,java
+[source,java]
 ----
 @BindToRegistry("addBookMutationVariables")
 public JsonObject addBookMutationVariables() {