From 05ddc5aa5c4d6465ea83a11e202a07a708212be6 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 13 Nov 2018 00:06:29 +0100 Subject: [PATCH] Polish --- .../cloud/contract/stubrunner/StubDownloader.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/StubDownloader.java b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/StubDownloader.java index 57f13be9e1..ef10774be1 100644 --- a/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/StubDownloader.java +++ b/spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/StubDownloader.java @@ -33,8 +33,11 @@ public interface StubDownloader { /** * Returns a mapping of updated StubConfiguration (it will contain the resolved - * version) and the location of the downloaded JAR. If there was no artifact this + * version) and the location of the downloaded stubs. If there was no artifact this * method will return {@code null}. + * + * Note: Actually the artifact doesn't have to be a JAR. method name contains that suffix + * or historical reasons. */ Map.Entry downloadAndUnpackStubJar( StubConfiguration stubConfiguration);