Set the parent of this Multipart to be the specified Part . Normally called by the Message or BodyPart setContent(Multipart) method. parent may be null if the Multipart is being removed from its c
(Part parent)
| 255 | * @since JavaMail 1.1 |
| 256 | */ |
| 257 | public synchronized void setParent(Part parent) { |
| 258 | this.parent = parent; |
| 259 | } |
| 260 | } |
no outgoing calls
no test coverage detected