Fix the order of version and classifier (#475)

Fixes a minor typo - order of version and classifier in javadoc.
This commit is contained in:
Biju Kunjummen
2017-12-01 10:50:06 -08:00
committed by Marcin Grzejszczak
parent 1aa422e485
commit f898993856

View File

@@ -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];