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-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new d2f1aacd Fix bogus comment
d2f1aacd is described below

commit d2f1aacd6ac59344fc81cf4715c40e1ac3f4466a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Dec 26 08:12:02 2024 -0500

    Fix bogus comment
---
 .../commons/validator/routines/AbstractCalendarValidatorTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/validator/routines/AbstractCalendarValidatorTest.java
 
b/src/test/java/org/apache/commons/validator/routines/AbstractCalendarValidatorTest.java
index 33ca4a05..695e5864 100644
--- 
a/src/test/java/org/apache/commons/validator/routines/AbstractCalendarValidatorTest.java
+++ 
b/src/test/java/org/apache/commons/validator/routines/AbstractCalendarValidatorTest.java
@@ -44,7 +44,7 @@ public abstract class AbstractCalendarValidatorTest {
 
     protected static final TimeZone EST = TimeZone.getTimeZone("EST"); // - 5 
hours
     protected static final TimeZone EET = TimeZone.getTimeZone("EET"); // + 2 
hours
-    protected static final TimeZone UTC = TimeZone.getTimeZone("UTC"); // + 2 
hours
+    protected static final TimeZone UTC = TimeZone.getTimeZone("UTC"); // 0 
offset
 
     /**
      * Create a calendar instance for a specified time zone, date and time.

Reply via email to