Remove 2.1 specific comment (#1091)

Putting release notes in Javadoc goes out of date fast
This commit is contained in:
Elliotte Rusty Harold 2023-07-29 08:06:58 -04:00 committed by GitHub
parent 890af3816d
commit 89dd8ea752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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;