mirror of https://github.com/apache/maven.git
Fixed JavaDoc issue.
This commit is contained in:
parent
a4317947e6
commit
6b1c016d5c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue