Author: tchemit Date: 2008-06-05 15:36:13 +0000 (Thu, 05 Jun 2008) New Revision: 83 Modified: trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGenerator.java Log: public access to DATE_PARSER Modified: trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGenerator.java =================================================================== --- trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGenerator.java 2008-06-04 11:35:29 UTC (rev 82) +++ trunk/lutinrss/src/main/java/org/codelutin/rss/RSSGenerator.java 2008-06-05 15:36:13 UTC (rev 83) @@ -33,7 +33,7 @@ /** to use log facility, just put in your code: log.info(\"...\"); */ static final Log log = LogFactory.getLog(RSSGenerator.class); /** date formater use to save date in feed and entries */ - static final DateFormat DATE_PARSER = new SimpleDateFormat("dd/MM/yyyy hh:mm:ss"); + public static final DateFormat DATE_PARSER = new SimpleDateFormat("dd/MM/yyyy hh:mm:ss"); /** *