Wrong comment, unable to set type in new versions
This commit is contained in:
parent
fb277a0595
commit
2cf79d2767
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue