This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 89dd8ea75 Remove 2.1 specific comment (#1091)
89dd8ea75 is described below

commit 89dd8ea75241a004e01a77112f3fd1ef56443ed4
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Sat Jul 29 08:06:58 2023 -0400

    Remove 2.1 specific comment (#1091)
    
    Putting release notes in Javadoc goes out of date fast
---
 src/main/java/org/apache/commons/lang3/time/package-info.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/time/package-info.java 
b/src/main/java/org/apache/commons/lang3/time/package-info.java
index 2529b9827..88b47cec6 100644
--- a/src/main/java/org/apache/commons/lang3/time/package-info.java
+++ b/src/main/java/org/apache/commons/lang3/time/package-info.java
@@ -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;

Reply via email to