You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/11/28 20:38:15 UTC

[maven] branch master updated: Fixed JavaDoc issue.

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

khmarbaise 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 6b1c016  Fixed JavaDoc issue.
6b1c016 is described below

commit 6b1c016d5c01a608f5fb2e0700a680e8ed4a159d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Nov 28 21:37:52 2019 +0100

    Fixed JavaDoc issue.
---
 .../src/main/java/org/apache/maven/building/DefaultProblem.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-builder-support/src/main/java/org/apache/maven/building/DefaultProblem.java b/maven-builder-support/src/main/java/org/apache/maven/building/DefaultProblem.java
index 5ac68ef..c4bfe1e 100644
--- a/maven-builder-support/src/main/java/org/apache/maven/building/DefaultProblem.java
+++ b/maven-builder-support/src/main/java/org/apache/maven/building/DefaultProblem.java
@@ -49,7 +49,7 @@ class DefaultProblem
      *
      * @param message The message describing the problem, may be {@code null}.
      * @param severity The severity level of the problem, may be {@code null} to default to
-     *            {@link SettingsProblem.Severity#ERROR}.
+     *            {@link org.apache.maven.building.Problem.Severity#ERROR}.
      * @param source A hint about the source of the problem like a file path, may be {@code null}.
      * @param lineNumber The one-based index of the line containing the problem or {@code -1} if unknown.
      * @param columnNumber The one-based index of the column containing the problem or {@code -1} if unknown.