Skip to content

Commit

Permalink
Merge branch '25.01.00' into 25.02.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jan 9, 2025
2 parents e5bc70d + b5f39dd commit 8defd9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ public void getFormatFromDistributorNumber(AbstractGroupedWorkSolr groupedWork,
}

private final Pattern yotoPattern = Pattern.compile(".*?\\byoto\\b.*?", Pattern.CASE_INSENSITIVE);
private final Pattern toniePattern = Pattern.compile(".*?\\tonie\\b.*?", Pattern.CASE_INSENSITIVE);
private final Pattern toniePattern = Pattern.compile(".*?\\btonie\\b.*?", Pattern.CASE_INSENSITIVE);
public void getFormatFromPublicationInfo(AbstractGroupedWorkSolr groupedWork, org.marc4j.marc.Record record, Set<String> result) {
// check for playaway in 260|b
List<DataField> publicationFields = record.getDataFields(new int[]{260, 264});
Expand Down

0 comments on commit 8defd9d

Please sign in to comment.