Fix missing/improper use of @link

This closes #132
This commit is contained in:
Michael Osipov 2018-05-05 22:52:47 +02:00
parent 97e8a2b861
commit 5beb347f41

View File

@ -81,8 +81,8 @@
* </p>
* <p>
* With changes during 3.2.2 release MavenProject is closer to being immutable after construction with the removal of
* all components from this class, and the upfront construction taken care of entirely by the @{ProjectBuilder}. There
* is still the issue of having to run the lifecycle in order to find all the compile source roots and resource
* all components from this class, and the upfront construction taken care of entirely by the {@link ProjectBuilder}.
* There is still the issue of having to run the lifecycle in order to find all the compile source roots and resource
* directories but I hope to take care of this during the Maven 4.0 release (jvz).
* </p>
*/