mirror of https://github.com/apache/maven.git
[MNG-7057] Param style of Javadoc in ReactorModelPool is wrong
This commit is contained in:
parent
5c5983476a
commit
c79682bca9
|
@ -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.
|
* 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 groupId never {@code null}
|
||||||
* @param artifactId, never {@code null}
|
* @param artifactId never {@code null}
|
||||||
* @param version, can be {@code null}
|
* @param version can be {@code null}
|
||||||
* @return the matching model or {@code null}
|
* @return the matching model or {@code null}
|
||||||
* @throws IllegalStateException if version was null and multiple modules share the same groupId + artifactId
|
* @throws IllegalStateException if version was null and multiple modules share the same groupId + artifactId
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue