mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
fixed small typo (#5934)
This commit is contained in:
parent
9b5673e240
commit
729c0c8546
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user