Merge pull request #2452 from hapifhir/2446-fix-typos

Fix typos in changelog entry and javadocs.
This commit is contained in:
Diederik Muylwyk 2021-03-05 19:06:11 -05:00 committed by GitHub
commit 5f31fad6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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`."

View File

@ -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>
*/ */