Example #1
0
 /*
  * Check whether the enclosing message is expunged. Overrides
  * Message.isExpunged().
  */
 public boolean isExpunged() {
   return msg.isExpunged();
 }