You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/05/05 20:56:19 UTC

[maven] branch master updated: Fix missing/improper use of @link

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 5beb347  Fix missing/improper use of @link
5beb347 is described below

commit 5beb347f41df036373ddd2296c18d421718a68d9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat May 5 22:52:47 2018 +0200

    Fix missing/improper use of @link
    
    This closes #132
---
 maven-core/src/main/java/org/apache/maven/project/MavenProject.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-core/src/main/java/org/apache/maven/project/MavenProject.java b/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
index 80a5193..dff5f3f 100644
--- a/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
+++ b/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
@@ -81,8 +81,8 @@ import org.eclipse.aether.repository.RemoteRepository;
  * </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>
  */
@@ -260,7 +260,7 @@ public class MavenProject
 
     /**
      * Sets project {@code file} without changing project {@code basedir}.
-     * 
+     *
      * @since 3.2.4
      */
     public void setPomFile( File file )

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.