Remove 2.1 specific comment (#1091)
Putting release notes in Javadoc goes out of date fast
This commit is contained in:
parent
890af3816d
commit
89dd8ea752
|
@ -21,8 +21,6 @@
|
|||
* <p>The time package contains some basic utilities for manipulating time (a delorean, police box and grandfather clock?).
|
||||
* These include a {@link org.apache.commons.lang3.time.StopWatch} for simple performance measurements and an optimised {@link org.apache.commons.lang3.time.FastDateFormat} class.</p>
|
||||
*
|
||||
* <p>New in Lang 2.1 is the {@link org.apache.commons.lang3.time.DurationFormatUtils} class, which provides various methods for formatting durations.</p>
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
package org.apache.commons.lang3.time;
|
||||
|
|
Loading…
Reference in New Issue