stevencaswell 2004/07/11 11:13:24 Modified: lang/src/java/org/apache/commons/lang DateFormatter.java Log: added further explanation of class source and purpose, with pointers to the bugzilla issue and mailing list discussion Revision Changes Path 1.3 +11 -1 jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang/DateFormatter.java Index: DateFormatter.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/lang/src/java/org/apache/commons/lang/DateFormatter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DateFormatter.java 11 Jul 2004 17:56:33 -0000 1.2 +++ DateFormatter.java 11 Jul 2004 18:13:24 -0000 1.3 @@ -22,9 +22,19 @@ import java.util.Date; import java.util.Locale; +/* + * This class was created to hold the parseCVS method extracted from DateUtils in commons-lang. + * The code was originally submitted by Serge Knystautas [EMAIL PROTECTED] It was never + * fully implemented, and has been moved to the sandbox for further development. Recent discussion + * from the commons-dev mailing list: + * http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=108904098032038&w=2 + * Moving the code to the sandbox satisfies bug is a temporary solution to + * http://issues.apache.org/bugzilla/show_bug.cgi?id=22172 but this issue needs to be considered + * when the class/method is further developed. + */ public class DateFormatter { - /* + /** * <p>Parses a date string formatted in CVS format.</p> * * @param dateStr the date to parse
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
