blob: 2f4e4405155992cb0c29b6ad0a25af3c9d9f9efd [file] [log] [blame]
public final class SubscribeSave extends Subscribe {
public void prepare() {
super.prepare();
// checkbox workaround
getSubscription().setAutoConnect(false);
}
public String execute() throws Exception {
return save();
}
}