mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Fixed typo
This commit is contained in:
parent
ed2801dbaf
commit
45b88de3b6
@ -141,7 +141,7 @@ public class TermConceptMap implements Serializable {
|
||||
|
||||
public TermConceptMap setVersion(String theVersion) {
|
||||
ValidateUtil.isNotTooLongOrThrowIllegalArgument(theVersion, MAX_VER_LENGTH,
|
||||
"URL exceeds maximum length (" + MAX_URL_LENGTH + "): " + length(theVersion));
|
||||
"Version exceeds maximum length (" + MAX_VER_LENGTH + "): " + length(theVersion));
|
||||
myVersion = theVersion;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user