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

commit 4686f8bfac0c6232a3cba099688a75fd7b1be731
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 4 15:11:21 2024 -0500

    Javadoc
---
 .../apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
 
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
index 73936343c..c475d96c6 100644
--- 
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
+++ 
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
@@ -45,6 +45,9 @@ import org.junitpioneer.jupiter.DefaultTimeZone;
 import org.junitpioneer.jupiter.ReadsDefaultLocale;
 import org.junitpioneer.jupiter.ReadsDefaultTimeZone;
 
+/**
+ * Tests {@link FastDateParser}.
+ */
 /* Make test reproducible */ @DefaultLocale(language = "en")
 /* Make test reproducible */ @DefaultTimeZone(TimeZones.GMT_ID)
 /* Make test reproducible */ @ReadsDefaultLocale

Reply via email to