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 552fcd1f3f638138ce873da01a8f345929fcdd26 Author: Gary Gregory <[email protected]> AuthorDate: Sun Jan 4 15:00:06 2026 -0500 Remove dead comments --- src/main/java/org/apache/commons/lang3/time/FastDateFormat.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java b/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java index 6f2ba1ab3..1e8d3b263 100644 --- a/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java +++ b/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java @@ -339,7 +339,6 @@ public static FastDateFormat getTimeInstance(final int style, final TimeZone tim /** Our fast parser. */ private final FastDateParser parser; - // Constructor /** * Constructs a new FastDateFormat. * @@ -380,7 +379,6 @@ protected StringBuffer applyRules(final Calendar calendar, final StringBuffer bu return printer.format(calendar, buf); } - // Basics /** * Compares two objects for equality. *
