Hello Charles, please don't forget to add the tickets you fix to changes.xml. This is needed to generate release notes. I've added LANG-958 in r1561276 for you.
Benedikt 2014/1/25 <c...@apache.org> > Author: chas > Date: Fri Jan 24 23:29:17 2014 > New Revision: 1561228 > > URL: http://svn.apache.org/r1561228 > Log: > FastDateParser javadoc incorrectly states that SimpleDateFormat is used > internally > > Modified: > > commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java > > Modified: > commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java > URL: > http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java?rev=1561228&r1=1561227&r2=1561228&view=diff > > ============================================================================== > --- > commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java > (original) > +++ > commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java > Fri Jan 24 23:29:17 2014 > @@ -44,7 +44,7 @@ import java.util.regex.Pattern; > * <code>SimpleDateFormat</code> in most parsing situations. > * This class is especially useful in multi-threaded server environments. > * <code>SimpleDateFormat</code> is not thread-safe in any JDK version, > - * nor will it be as Sun have closed the > + * nor will it be as Sun has closed the > * <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4228335 > ">bug</a>/RFE. > * </p> > * > @@ -54,14 +54,6 @@ import java.util.regex.Pattern; > * <p>Timing tests indicate this class is as about as fast as > SimpleDateFormat > * in single thread applications and about 25% faster in multi-thread > applications.</p> > * > - * <p>Note that the code only handles Gregorian calendars. The following > non-Gregorian > - * calendars use SimpleDateFormat internally, and so will be slower: > - * <ul> > - * <li>ja_JP_TH - Japanese Imperial</li> > - * <li>th_TH (any variant) - Thai Buddhist</li> > - * </ul> > - * </p> > - * > * @version $Id$ > * @since 3.2 > */ > > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter