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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6a25e9  fix(examples): Remove references to obsolete runtime argument
f6a25e9 is described below

commit f6a25e95cfc59aec5b279fd84ec889a3bd3b07c7
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Aug 7 09:13:40 2019 +0100

    fix(examples): Remove references to obsolete runtime argument
---
 examples/camel-caffeine.groovy | 4 ++--
 examples/kotlin-routes.kts     | 8 ++------
 examples/routes.groovy         | 6 +-----
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/examples/camel-caffeine.groovy b/examples/camel-caffeine.groovy
index a048278..9b20708 100644
--- a/examples/camel-caffeine.groovy
+++ b/examples/camel-caffeine.groovy
@@ -16,9 +16,9 @@
  */
 
 //
-// To run this integrations use:
+// To run this integration use:
 //
-//     kamel run --runtime groovy examples/camel-caffeine.groovy
+//     kamel run groovy examples/camel-caffeine.groovy
 //
 
 import com.github.benmanes.caffeine.cache.Caffeine
diff --git a/examples/kotlin-routes.kts b/examples/kotlin-routes.kts
index f27e36d..4f16ae3 100644
--- a/examples/kotlin-routes.kts
+++ b/examples/kotlin-routes.kts
@@ -16,13 +16,9 @@
  */
 
 //
-// To run this integrations use:
+// To run this integration use:
 //
-//     kamel run --runtime kotlin examples/kotlin-routes.kts
-//
-// Or leveraging runtime detection
-//
-//     kamel run examples/kotlin-routes.kts
+//     kamel run kotlin examples/kotlin-routes.kts
 //
 
 val rnd = java.util.Random()
diff --git a/examples/routes.groovy b/examples/routes.groovy
index b61d840..f387cef 100644
--- a/examples/routes.groovy
+++ b/examples/routes.groovy
@@ -18,11 +18,7 @@
 import java.util.concurrent.ThreadLocalRandom
 
 //
-// To run this integrations use:
-//
-//     kamel run --runtime groovy examples/routes.groovy
-//
-// Or leveraging runtime detection
+// To run this integration use:
 //
 //     kamel run examples/routes.groovy
 //

Reply via email to