You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/28 12:52:53 UTC

[camel-k] 04/04: fix(e2e): route class name

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

pcongiusti pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3280f320a6b5294e2fbdace876addb2956c6ed27
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Mar 24 16:54:19 2023 +0100

    fix(e2e): route class name
---
 e2e/namespace/native/files/Java2.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/namespace/native/files/Java2.java b/e2e/namespace/native/files/Java2.java
index 73b29ab99..8a3f7ad4a 100644
--- a/e2e/namespace/native/files/Java2.java
+++ b/e2e/namespace/native/files/Java2.java
@@ -17,7 +17,7 @@
 
  import org.apache.camel.builder.RouteBuilder;
 
- public class Java extends RouteBuilder {
+ public class Java2 extends RouteBuilder {
    @Override
    public void configure() throws Exception {
      from("timer:tick")