package massone.web.controllers.common;

public class PublicController extends AbstractValidationController {

    protected void initialize() throws Exception {
    }

    protected String execute() throws Exception {
        return SUCCESS;
    }

}
