From f6a25e95cfc59aec5b279fd84ec889a3bd3b07c7 Mon Sep 17 00:00:00 2001 From: James Netherton Date: Wed, 7 Aug 2019 09:13:40 +0100 Subject: [PATCH] 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 a048278bf6..9b2070875d 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 f27e36d5b0..4f16ae38fb 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 b61d840dd8..f387cef801 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 //