From e67b969762d07dda4481c47b5d39a38ad3ebd67b Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 18 Jun 2018 13:15:46 +0200 Subject: [PATCH] Removed camel reference --- docs/src/main/asciidoc/verifier_messaging.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/verifier_messaging.adoc b/docs/src/main/asciidoc/verifier_messaging.adoc index ec9736890b..37eb497f2a 100644 --- a/docs/src/main/asciidoc/verifier_messaging.adoc +++ b/docs/src/main/asciidoc/verifier_messaging.adoc @@ -87,7 +87,7 @@ it is resolved as a channel name. For *Camel*, that's a certain component (for e ==== Scenario 1: No Input Message -Here is an example for Camel. For the given contract: +For the given contract: .Groovy DSL [source,groovy] @@ -117,7 +117,7 @@ include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract ==== Scenario 2: Output Triggered by Input -Here is an example for Camel. For the given contract: +For the given contract: .Groovy DSL [source,groovy] @@ -147,7 +147,7 @@ include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract ==== Scenario 3: No Output Message -Here is an example for Camel. For the given contract: +For the given contract: .Groovy DSL [source,groovy]