1 package org.cateproject.controller.sanitize; 2 3 import org.springframework.validation.Errors; 4 5 public interface AntiSamyService { 6 7 public String sanitize(String comment, String field, Errors errors); 8 9 }