[MNG-7057] Param style of Javadoc in ReactorModelPool is wrong

This commit is contained in:
Michael Osipov 2020-12-27 01:00:25 +01:00
parent 5c5983476a
commit c79682bca9
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ class ReactorModelPool
/**
* Get the model by its GAV or (since 4.0.0) by its GA if there is only one.
*
* @param groupId, never {@code null}
* @param artifactId, never {@code null}
* @param version, can be {@code null}
* @param groupId never {@code null}
* @param artifactId never {@code null}
* @param version can be {@code null}
* @return the matching model or {@code null}
* @throws IllegalStateException if version was null and multiple modules share the same groupId + artifactId
*/