From 3d0ab060524b162cfa57e64a015902cc90a7d035 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 25 May 2017 18:53:16 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index a2127e1aef..625f641d23 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -8154,7 +8154,7 @@ public class ConsumerUtils { // theoretically you could just pass the regex instead of `ServerDslProperty` but // it's just to show some new tricks :) return new ClientDslProperty(PatternUtils.oldEnough(), 40); - //remove::end[] + //remove::end[return] } }