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

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

commit d0159e1a3c12d7646ce5a24a389387a2942101e5
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Thu Jul 11 22:46:51 2019 +0530

    required changes done
---
 components/readme.adoc                                                  | 2 +-
 .../camel/builder/endpoint/dsl/RestSwaggerEndpointBuilderFactory.java   | 2 +-
 examples/camel-example-cdi/README.md                                    | 2 +-
 .../rest/swagger/springboot/RestSwaggerComponentConfiguration.java      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index 3df3467..4cd95bd 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1051,7 +1051,7 @@ Number of Languages: 16 in 10 JAR artifacts (0 deprecated)
 ==== Miscellaneous Components
 
 // others: START
-Number of Miscellaneous Components: 33 in 33 JAR artifacts (0 deprecated)
+Number of Miscellaneous Components: 35 in 35 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
diff --git 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/RestSwaggerEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/RestSwaggerEndpointBuilderFactory.java
index 9213108..08eda72 100644
--- 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/RestSwaggerEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/RestSwaggerEndpointBuilderFactory.java
@@ -120,7 +120,7 @@ public interface RestSwaggerEndpointBuilderFactory {
      * tries to load swagger.json resource from the classpath. Note that the
      * host defined on the component and endpoint of this Component should
      * contain the scheme, hostname and optionally the port in the URI syntax
-     * (i.e. \http://api.example.com:8080). Overrides component configuration.
+     * (i.e. http://api.example.com:8080). Overrides component configuration.
      * The Swagger specification can be loaded from different sources by
      * prefixing with file: classpath: http: https:. Support for https is
      * limited to using the JDK installed UrlHandler, and as such it can be
diff --git a/examples/camel-example-cdi/README.md 
b/examples/camel-example-cdi/README.md
index 8ccbfa3..da83e75 100644
--- a/examples/camel-example-cdi/README.md
+++ b/examples/camel-example-cdi/README.md
@@ -16,7 +16,7 @@ You will need to compile this example first:
 $ mvn compile
 ```
 
-scala-dsl-supported-languages### Run
+### Run
 
 To run the example, type:
 
diff --git 
a/platforms/spring-boot/components-starter/camel-rest-swagger-starter/src/main/java/org/apache/camel/component/rest/swagger/springboot/RestSwaggerComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-rest-swagger-starter/src/main/java/org/apache/camel/component/rest/swagger/springboot/RestSwaggerComponentConfiguration.java
index 36cda8c..abc6889 100644
--- 
a/platforms/spring-boot/components-starter/camel-rest-swagger-starter/src/main/java/org/apache/camel/component/rest/swagger/springboot/RestSwaggerComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-rest-swagger-starter/src/main/java/org/apache/camel/component/rest/swagger/springboot/RestSwaggerComponentConfiguration.java
@@ -82,7 +82,7 @@ public class RestSwaggerComponentConfiguration
      * load swagger.json resource. Note that the host defined on the component
      * and endpoint of this Component should contain the scheme, hostname and
      * optionally the port in the URI syntax (i.e.
-     * \https://api.example.com:8080). Can be overridden in endpoint
+     * https://api.example.com:8080). Can be overridden in endpoint
      * configuration.
      */
     private URI specificationUri;

Reply via email to