Adding javadoc note concerning LANG-755 and the bug in java.util.Calendar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1299560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c10bb4d052
commit
a0de414979
|
@ -27,6 +27,9 @@ import java.util.TimeZone;
|
|||
* <p>Formatting is performed using the thread-safe
|
||||
* {@link org.apache.commons.lang3.time.FastDateFormat} class.</p>
|
||||
*
|
||||
* <p>Note that the JDK has a bug wherein calling Calendar.get(int) will
|
||||
* override any previously called Calendar.clear() calls. See LANG-755.</p>
|
||||
*
|
||||
* @since 2.0
|
||||
* @version $Id$
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue