Skip to content

Commit

Permalink
fix(examples): Remove references to obsolete runtime argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and astefanutti committed Aug 7, 2019
1 parent aca6dbc commit f6a25e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/camel-caffeine.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions examples/kotlin-routes.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 1 addition & 5 deletions examples/routes.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit f6a25e9

Please sign in to comment.