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

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b2bc95  fix: README in pojo-jar example
3b2bc95 is described below

commit 3b2bc95525e0c51d9a39f617ced3da73ff4ba1a4
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Wed Nov 16 16:57:48 2022 +0100

    fix: README in pojo-jar example
---
 generic-examples/pojo-jar/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generic-examples/pojo-jar/README.md 
b/generic-examples/pojo-jar/README.md
index 9a863e3..8b9d98a 100644
--- a/generic-examples/pojo-jar/README.md
+++ b/generic-examples/pojo-jar/README.md
@@ -27,5 +27,5 @@ It's important to add the JAR file as resource to be 
compressed.
 ### Run this route
 To run this integration use the following command:
 ```bash
-kamel run ./src/main/org/apache/camel/OpenApiRoute.java
+kamel run ./src/main/java/org/apache/camel/OpenApiRoute.java
 ```

Reply via email to