fixed small typo (#5934)

This commit is contained in:
Pablo Pazos Gutiérrez 2024-05-15 05:24:24 -03:00 committed by GitHub
parent 9b5673e240
commit 729c0c8546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class TesterConfig {
if (nextSplit.length < 3) {
throw new IllegalArgumentException(
Msg.code(195) + "Invalid serveer line '" + nextRaw + "' - Must be comma separated");
Msg.code(195) + "Invalid server line '" + nextRaw + "' - Must be comma separated");
} else {
Validate.notBlank(nextSplit[0], "theId can not be blank");
Validate.notBlank(nextSplit[1], "theVersion can not be blank");