mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Checkstyle fix
This commit is contained in:
@ -263,7 +263,7 @@ public class ValueUtils
|
|||||||
private static LocalDate tryLocalDateParsers(String s)
|
private static LocalDate tryLocalDateParsers(String s)
|
||||||
{
|
{
|
||||||
DateTimeParseException lastException = null;
|
DateTimeParseException lastException = null;
|
||||||
for(DateTimeFormatter dateTimeFormatter : List.of(dateTimeFormatter_yyyyMMddWithDashes, dateTimeFormatter_MdyyyyWithSlashes, dateTimeFormatter_yyyyMMdd ))
|
for(DateTimeFormatter dateTimeFormatter : List.of(dateTimeFormatter_yyyyMMddWithDashes, dateTimeFormatter_MdyyyyWithSlashes, dateTimeFormatter_yyyyMMdd))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user