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-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new d32226b  Fix typo s/nett4/netty4/
     new 96cf416  Merge pull request #86 from ppalaga/190724-nett4
d32226b is described below

commit d32226b8065904950dd1415d97ff5d98009c9820
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Wed Jul 24 10:57:58 2019 +0200

    Fix typo s/nett4/netty4/
---
 integration-tests/netty4-http/pom.xml                                   | 2 +-
 .../java/io/quarkus/it/camel/{nett4http => netty4http}/CamelRoute.java  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/netty4-http/pom.xml 
b/integration-tests/netty4-http/pom.xml
index d99ede6..5cd17c6 100644
--- a/integration-tests/netty4-http/pom.xml
+++ b/integration-tests/netty4-http/pom.xml
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>camel-quarkus-integration-test-netty4-http</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: Nett4 Http</name>
+    <name>Camel Quarkus :: Integration Tests :: Netty4 Http</name>
     <description>The camel integration tests</description>
 
 
diff --git 
a/integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/nett4http/CamelRoute.java
 
b/integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/netty4http/CamelRoute.java
similarity index 100%
rename from 
integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/nett4http/CamelRoute.java
rename to 
integration-tests/netty4-http/src/main/java/io/quarkus/it/camel/netty4http/CamelRoute.java

Reply via email to