Merge pull request #2452 from hapifhir/2446-fix-typos
Fix typos in changelog entry and javadocs.
This commit is contained in:
commit
5f31fad6bb
|
@ -2,4 +2,4 @@
|
||||||
type: add
|
type: add
|
||||||
issue: 2446
|
issue: 2446
|
||||||
title: "Auto-created placeholder reference targets now have an extension with the URL
|
title: "Auto-created placeholder reference targets now have an extension with the URL
|
||||||
`http://hapifhir.io/fhir/StructureDefinition/resource-meta-placeholder` and a value of `true`."
|
`http://hapifhir.io/fhir/StructureDefinition/resource-placeholder` and a value of `true`."
|
||||||
|
|
|
@ -1070,7 +1070,7 @@ public class DaoConfig {
|
||||||
* Note however that references containing purely numeric IDs will not be auto-created
|
* Note however that references containing purely numeric IDs will not be auto-created
|
||||||
* as they are never allowed to be client supplied in HAPI FHIR JPA.
|
* as they are never allowed to be client supplied in HAPI FHIR JPA.
|
||||||
*
|
*
|
||||||
* All placeholder resources created in this way have a meta extension
|
* All placeholder resources created in this way have an extension
|
||||||
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
|
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
|
@ -1094,7 +1094,7 @@ public class DaoConfig {
|
||||||
* Note however that references containing purely numeric IDs will not be auto-created
|
* Note however that references containing purely numeric IDs will not be auto-created
|
||||||
* as they are never allowed to be client supplied in HAPI FHIR JPA.
|
* as they are never allowed to be client supplied in HAPI FHIR JPA.
|
||||||
*
|
*
|
||||||
* All placeholder resources created in this way have a meta extension
|
* All placeholder resources created in this way have an extension
|
||||||
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
|
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue