]> source.dussan.org Git - poi.git/commitdiff
typo
authorPJ Fanning <fanningpj@apache.org>
Thu, 30 Dec 2021 20:16:16 +0000 (20:16 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 30 Dec 2021 20:16:16 +0000 (20:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896539 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/usermodel/DateUtil.java

index 9527e825e4642e3099e5c5b8554d25b592348b20..1ad302c1a197627bb9f9d58a5db308cb1ba445b5 100644 (file)
@@ -541,7 +541,7 @@ public class DateUtil {
     }
 
     // variables for performance optimization:
-    // avoid re-checking DataUtil.isADateFormat(int, String) if a given format
+    // avoid re-checking DateUtil.isADateFormat(int, String) if a given format
     // string represents a date format if the same string is passed multiple times.
     // see https://issues.apache.org/bugzilla/show_bug.cgi?id=55611
     private static final ThreadLocal<Integer> lastFormatIndex = ThreadLocal.withInitial(() -> -1);