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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3b8710f  Polished
3b8710f is described below

commit 3b8710f882ad15fd12ef75f45234176dbd0f3fac
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Nov 23 14:06:19 2021 +0100

    Polished
---
 .../org/apache/camel/spring/xml/XmlCamelContextConfigurer.java    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/XmlCamelContextConfigurer.java
 
b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/XmlCamelContextConfigurer.java
index dada06d..d595d4c 100644
--- 
a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/XmlCamelContextConfigurer.java
+++ 
b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/XmlCamelContextConfigurer.java
@@ -20,14 +20,14 @@ import org.apache.camel.spring.SpringCamelContext;
 import org.springframework.context.ApplicationContext;
 
 /**
- * Allows to do custom configuration when a new XML based {@link 
org.apache.camel.spring.SpringCamelContext} has been
- * created. For example we use this to enable camel-spring-boot to configure 
Camel created from XML files with the
- * existing Spring Boot auto configuration.
+ * Allows doing custom configuration when a new XML based {@link 
org.apache.camel.spring.SpringCamelContext} has been
+ * created. For example, we use this to enable camel-spring-boot to configure 
Camel created from XML files with the
+ * existing Spring Boot auto-configuration.
  */
 public interface XmlCamelContextConfigurer {
 
     /**
-     * Configures XML based CamelContext with the given configuration
+     * Configures XML based CamelContext with the given configuration.
      *
      * @param  applicationContext the Spring context
      * @param  camelContext       the XML based CamelContext

Reply via email to