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

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


The following commit(s) were added to refs/heads/master by this push:
     new db6ae5f  Regen
db6ae5f is described below

commit db6ae5fba98af8326b7c5ab5a0ffa012d2730a50
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 11 09:08:03 2020 +0200

    Regen
---
 camel-dependencies/pom.xml                                  | 2 +-
 docs/components/modules/ROOT/pages/disruptor-component.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index c360088..b2bc836 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -17,7 +17,7 @@
     limitations under the License.
 
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
diff --git a/docs/components/modules/ROOT/pages/disruptor-component.adoc 
b/docs/components/modules/ROOT/pages/disruptor-component.adoc
index 6863355..79e7b11 100644
--- a/docs/components/modules/ROOT/pages/disruptor-component.adoc
+++ b/docs/components/modules/ROOT/pages/disruptor-component.adoc
@@ -260,7 +260,7 @@ to the original caller.
 
 [source,java]
 -------------------------------------------------
-public void configure() throws Exception {
+public void configure() {
     from("direct:start")
         // send it to the disruptor that is async
         .to("disruptor:next")

Reply via email to