From 58baf76face628e067f80ea6a4bc72a8e273db11 Mon Sep 17 00:00:00 2001 From: Axel Hodler Date: Sat, 30 Jun 2018 07:28:09 +0200 Subject: [PATCH] Improve docs on contract priority (#675) --- .../org/springframework/cloud/contract/spec/Contract.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-contract-spec/src/main/groovy/org/springframework/cloud/contract/spec/Contract.groovy b/spring-cloud-contract-spec/src/main/groovy/org/springframework/cloud/contract/spec/Contract.groovy index 8f2a9389d8..7a7de8e34a 100644 --- a/spring-cloud-contract-spec/src/main/groovy/org/springframework/cloud/contract/spec/Contract.groovy +++ b/spring-cloud-contract-spec/src/main/groovy/org/springframework/cloud/contract/spec/Contract.groovy @@ -37,7 +37,7 @@ class Contract { /** * You can set the level of priority of this contract. If there are two contracts * mapped for example to the same endpoint, then the one with greater priority should - * take precedence + * take precedence. A priority of 1 is highest and takes precedence over a priority of 2. */ Integer priority /**