diff --git a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/AutoConfigureStubRunner.java b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/AutoConfigureStubRunner.java index 85ee3b05d2..96d0ba065c 100644 --- a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/AutoConfigureStubRunner.java +++ b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/AutoConfigureStubRunner.java @@ -55,7 +55,7 @@ public @interface AutoConfigureStubRunner { boolean workOffline() default false; /** - * The repository root to use (defaults to local Maven repo). + * The repository root to use (where the stubs should be downloaded from) */ String repositoryRoot() default "";