mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 04:58:27 +00:00
Merge pull request #361 from Virdulys/patch-2
Wrong comment, unable to set type in new versions
This commit is contained in:
commit
b066bdac6c
@ -400,7 +400,7 @@ public class Bundle extends BaseBundle implements IBase /* implements IElement *
|
||||
public void setPublished(InstantDt thePublished) {
|
||||
getResourceMetadata().put(ResourceMetadataKeyEnum.PUBLISHED, thePublished);
|
||||
}
|
||||
/*
|
||||
*/
|
||||
|
||||
public void setType(BoundCodeDt<BundleTypeEnum> theType) {
|
||||
myType = theType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user