Skip to content

Commit

Permalink
Changed the comment in the LOGGER
Browse files Browse the repository at this point in the history
  • Loading branch information
VernonKwa committed Oct 24, 2022
1 parent 5af40fa commit 1bd2d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/model/entry/Date.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public static Optional<Date> parse(String dateString) {
return Optional.empty();
}
}

try {
TemporalAccessor parsedDate = SIMPLE_DATE_FORMATS.parse(dateString);
return Optional.of(new Date(parsedDate));
Expand Down

0 comments on commit 1bd2d07

Please sign in to comment.