Skip to content

Commit

Permalink
Fix missed items in TestExampleGenerator.java from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
haytenf authored Aug 19, 2024
1 parent eeb81e8 commit 22bf15f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,6 @@ public void TestUnicodeSetExamples() {
}
}

CLDR-7401-add-examples-for-eras-and-other-date-fields
public void TestEraMap() {
ExampleGenerator exampleGenerator = getExampleGenerator("en");
Relation<String, String> keyToSubtypes = SupplementalDataInfo.getInstance().getBcp47Keys();
Expand Down Expand Up @@ -2191,6 +2190,5 @@ private String getResult(String starredPath, String attr) {

public String sampleAttrAndValue(PathStarrer ps, final String separator, String value) {
return ps.getAttributesString(separator) + "➔«" + value + "»";
main
}
}

0 comments on commit 22bf15f

Please sign in to comment.