mirror of https://github.com/apache/maven.git
remove pointless string concatenation (#1201)
This commit is contained in:
parent
bf56599e7b
commit
1a714351ef
|
@ -882,7 +882,7 @@ public class DefaultModelValidator implements ModelValidator {
|
|||
Version.BASE,
|
||||
prefix + "systemPath",
|
||||
d.getManagementKey(),
|
||||
"must be omitted." + " This field may only be specified for a dependency with system scope.",
|
||||
"must be omitted. This field may only be specified for a dependency with system scope.",
|
||||
d);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue