mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Fix javadoc
This commit is contained in:
parent
6ce4056f7a
commit
fd2eaff12d
@ -49,7 +49,7 @@ import ca.uhn.fhir.util.UrlUtil;
|
||||
* limit of 36 characters.
|
||||
* </p>
|
||||
* <p>
|
||||
* regex: [a-z0-9\-\.]{1,36}
|
||||
* regex: [a-z-Z0-9\-\.]{1,36}
|
||||
* </p>
|
||||
*/
|
||||
@DatatypeDef(name = "id", profileOf=StringDt.class)
|
||||
|
@ -79,7 +79,7 @@ import ca.uhn.fhir.model.api.annotation.DatatypeDef;
|
||||
* identity on objects it creates as a convenience.
|
||||
* </p>
|
||||
* <p>
|
||||
* Regex for ID: [a-z0-9\-\.]{1,36}
|
||||
* Regex for ID: [a-zA-Z0-9\-\.]{1,36}
|
||||
* </p>
|
||||
*/
|
||||
@DatatypeDef(name = "id", profileOf=StringType.class)
|
||||
|
Loading…
x
Reference in New Issue
Block a user