diff --git a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/StubRunnerProperties.java b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/StubRunnerProperties.java index a850020aa0..afeb8e6561 100644 --- a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/StubRunnerProperties.java +++ b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/StubRunnerProperties.java @@ -50,7 +50,7 @@ public class StubRunnerProperties { private Resource repositoryRoot; /** - * The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[classifier]:[version][:port]). + * The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[version]:[classifier][:port]). * {@code groupId}, {@code classifier}, {@code version} and {@code port} can be optional. */ private String[] ids = new String[0];