Skip to content

Commit efacf2a

Browse files
committed
issue 2050 fix1 javadoc fix per review
Signed-off-by: Robin Arnold <robin.arnold@ibm.com>
1 parent 44943ec commit efacf2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fhir-model/src/main/java/com/ibm/fhir/model/util/FHIRUtil.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ public static OperationOutcome buildOperationOutcome(String message, IssueType i
262262
* <code>"[resource-type]/[id]/_history/[version]"</code>. Note that the server will turn this into an absolute URL prior to
263263
* returning it to the client.
264264
*
265+
* @param type
266+
* the resource type name
265267
* @param resource
266268
* the resource for which the location header value should be returned
267269
*/
@@ -277,7 +279,7 @@ public static URI buildLocationURI(String type, Resource resource) {
277279

278280
/**
279281
* Builds a relative "Location" header value for the specified resource type/id/version. This will be a string of the form
280-
* <code>"<resource-type>/<id>/_history/<version>"</code>. Note that the server will turn this into an absolute URL prior to
282+
* <code>"[resource-type]/[id]/_history/[version]"</code>. Note that the server will turn this into an absolute URL prior to
281283
* returning it to the client.
282284
*
283285
* @param type the resource type name

0 commit comments

Comments
 (0)