remove pointless string concatenation (#1201)

This commit is contained in:
Elliotte Rusty Harold 2023-07-15 13:58:20 -04:00 committed by GitHub
parent bf56599e7b
commit 1a714351ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}