87,101d86
<     /**
<      * Do not call this directly!  This should only be called by the
<      * AttachmentsImpl object.
<      */ 
< 
<      
<     public AttachmentPart(Message parent) {
<         super(parent);
<     }
< 
<     public AttachmentPart(Message parent, javax.activation.DataHandler dh ) {
<         super(parent);
<         datahandler= dh;
<         addMimeHeader(HTTPConstants.HEADER_CONTENT_TYPE , dh.getContentType());
<     }
104c89
<         super(null);
---
>         super();
108c93
<         super(null);
---
>         super();
113c98
<     javax.activation.DataHandler getActiviationDataHandler(){
---
>     public javax.activation.DataHandler getActiviationDataHandler(){
