Skip to content

Commit

Permalink
sonatype fix
Browse files Browse the repository at this point in the history
Co-authored-by: sonatype-lift[bot] <37194012+sonatype-lift[bot]@users.noreply.github.com>
  • Loading branch information
alexdunnjpl and sonatype-lift[bot] authored Mar 28, 2023
1 parent d2aea17 commit e8ff732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static Date parseLddDate(String dateStr) throws Exception {
}
}

throw new java.text.ParseException(
} catch (ParseException ignored) {
"Could not parse date from " + dateStr + " using patterns defined in LddUtils.Accepted_LDD_DateFormats", -1);
}

Expand Down

0 comments on commit e8ff732

Please sign in to comment.