mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 02:45:07 +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) {
|
if (nextSplit.length < 3) {
|
||||||
throw new IllegalArgumentException(
|
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 {
|
} else {
|
||||||
Validate.notBlank(nextSplit[0], "theId can not be blank");
|
Validate.notBlank(nextSplit[0], "theId can not be blank");
|
||||||
Validate.notBlank(nextSplit[1], "theVersion can not be blank");
|
Validate.notBlank(nextSplit[1], "theVersion can not be blank");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user