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 29b8ed519 Javadoc
29b8ed519 is described below

commit 29b8ed519dee4eaf54205c9b7788b3cd10fa1db3
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 11:40:36 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/lang3/time/TimeZones.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/time/TimeZones.java 
b/src/main/java/org/apache/commons/lang3/time/TimeZones.java
index 876b467c1..f9f3e7ef8 100644
--- a/src/main/java/org/apache/commons/lang3/time/TimeZones.java
+++ b/src/main/java/org/apache/commons/lang3/time/TimeZones.java
@@ -47,7 +47,7 @@ public class TimeZones {
     private static final boolean JAVA_25 = 
SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_25);
 
     /**
-     * Delegates to {@link TimeZone#getTimeZone(String)} after mapping an ID 
if it's in {@link ZoneId#SHORT_IDS}.
+     * Delegates to {@link TimeZone#getTimeZone(String)}, on Java 25 and up, 
maps an ID if it's a key in {@link ZoneId#SHORT_IDS}.
      * <p>
      * On Java 25, calling {@link TimeZone#getTimeZone(String)} with an ID in 
{@link ZoneId#SHORT_IDS} writes a message to {@link System#err} in the form:
      * </p>

Reply via email to