Fix the order of version and classifier (#475)
Fixes a minor typo - order of version and classifier in javadoc.
This commit is contained in:
committed by
Marcin Grzejszczak
parent
1aa422e485
commit
f898993856
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user