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:
Henri Yandell 2012-03-12 04:37:38 +00:00
parent c10bb4d052
commit a0de414979
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
* <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$
*/