Skip to content

Commit

Permalink
Update core/src/main/scala/org/dbpedia/extraction/dataparser/Ethiopia…
Browse files Browse the repository at this point in the history
…nDateParser.scala

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Meti-Adane and TallTed authored Sep 8, 2024
1 parent 56a7c88 commit 891b41f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class EthiopianDateParser(datatype: Datatype, val strict: Boolean = false) {
// Amharic month names (month-day-year)
for (dateRegex2(month, day, year) <- List(dateString)) {
return Some((year, month, day))

}

// Amharic month names (day-month-year)
Expand Down

0 comments on commit 891b41f

Please sign in to comment.