Skip to content

Commit

Permalink
CLDR-15817 Remove test, remove file ExampleGeneratorOld.java
Browse files Browse the repository at this point in the history
  • Loading branch information
haytenf committed Sep 9, 2024
1 parent 0277f23 commit a900323
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3,414 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,6 @@ private void handleDateFormatItem(
cldrFile.getWinningPath(xpath.replaceAll("dateTimeFormat", "timeFormat"));
int tfLengthOffset = timeFormatXPathForPrefix.indexOf("timeFormatLength");
if (tfLengthOffset < 0) {
// examples.add("");
return;
}
String timeFormatXPathPrefix = timeFormatXPathForPrefix.substring(0, tfLengthOffset);
Expand Down
Loading

0 comments on commit a900323

Please sign in to comment.