Merge pull request #361 from Virdulys/patch-2

Wrong comment, unable to set type in new versions
This commit is contained in:
James Agnew 2016-05-06 17:53:57 -04:00
commit b066bdac6c
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ public class Bundle extends BaseBundle implements IBase /* implements IElement *
public void setPublished(InstantDt thePublished) { public void setPublished(InstantDt thePublished) {
getResourceMetadata().put(ResourceMetadataKeyEnum.PUBLISHED, thePublished); getResourceMetadata().put(ResourceMetadataKeyEnum.PUBLISHED, thePublished);
} }
/* */
public void setType(BoundCodeDt<BundleTypeEnum> theType) { public void setType(BoundCodeDt<BundleTypeEnum> theType) {
myType = theType; myType = theType;