added a little doc

This commit is contained in:
Athou
2013-07-26 16:00:02 +02:00
parent 68ad6d8b55
commit da94880c53
19 changed files with 85 additions and 3 deletions

View File

@@ -36,6 +36,10 @@ import com.steadystate.css.parser.CSSOMParser;
import edu.uci.ics.crawler4j.url.URLCanonicalizer;
/**
* Utility methods related to feed handling
*
*/
public class FeedUtils {
protected static Logger log = LoggerFactory.getLogger(FeedUtils.class);