Skip to content

Commit

Permalink
treatAsLanguageTagged #188
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Jun 28, 2024
1 parent 1b20c3a commit 2fb33af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public List<MetricResult> measure(Selector cache)
if (schema != null) {
String path;
DataElement dataELement;
boolean asLanguageTagged;
for (String fieldName : schema.getExtractableFields().keySet()) {
if (idPath == null || !fieldName.equals(FIELD_NAME)) {
dataELement = schema.getPathByLabel(fieldName);
Expand Down

0 comments on commit 2fb33af

Please sign in to comment.