You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/03/11 08:38:32 UTC

(camel-quarkus) branch main updated: Fix typo in servlet name configuration code snippet

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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new ce6eb50966 Fix typo in servlet name configuration code snippet
ce6eb50966 is described below

commit ce6eb50966491a4962309c4cc438365fce49588e
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Mar 11 08:18:26 2024 +0000

    Fix typo in servlet name configuration code snippet
---
 docs/modules/ROOT/pages/reference/extensions/servlet.adoc | 2 +-
 extensions/servlet/runtime/src/main/doc/usage.adoc        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/servlet.adoc b/docs/modules/ROOT/pages/reference/extensions/servlet.adoc
index 39fca43e78..5dd5a5bfd4 100644
--- a/docs/modules/ROOT/pages/reference/extensions/servlet.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/servlet.adoc
@@ -82,7 +82,7 @@ To give a specific name to the Servlet you can use the `quarkus.camel.servlet.se
 
 [source,properties]
 ----
-quarkus.camel.servlet.url-patterns = My Custom Name
+quarkus.camel.servlet.servlet-name = My Custom Name
 ----
 
 *Servlet class*
diff --git a/extensions/servlet/runtime/src/main/doc/usage.adoc b/extensions/servlet/runtime/src/main/doc/usage.adoc
index 6124e06f72..23b98dc86b 100644
--- a/extensions/servlet/runtime/src/main/doc/usage.adoc
+++ b/extensions/servlet/runtime/src/main/doc/usage.adoc
@@ -30,7 +30,7 @@ To give a specific name to the Servlet you can use the `quarkus.camel.servlet.se
 
 [source,properties]
 ----
-quarkus.camel.servlet.url-patterns = My Custom Name
+quarkus.camel.servlet.servlet-name = My Custom Name
 ----
 
 *Servlet class*