blob: 893916f011c8e722ffdf630be410d7c8bf21022b [file] [log] [blame]
package mailreader2.subscription;
import mailreader2.Constants;
/**
* <p>Prepare to present a confirmation page before removing
* subscription.</p>
*/
public class Delete extends Edit {
public String execute() throws Exception {
setTask(Constants.DELETE);
return find();
}
}