Fixed JavaDoc issue.

This commit is contained in:
Karl Heinz Marbaise 2019-11-28 21:37:52 +01:00
parent a4317947e6
commit 6b1c016d5c
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 1 additions and 1 deletions

View File

@ -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.