Skip to content

Commit

Permalink
CLDR-17313 pathsForFile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Feb 7, 2024
1 parent a6a05ed commit 34c862e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ public Date getLastModDate() {
sm.xpt.loadXPaths(diskDataEntry.diskData);
readonly = isReadOnlyLocale(locale);
stamp = mintLocaleStamp(locale);
pathsForFile = diskDataEntry.pathsForFile;

if (readonly) {
rFile = diskDataEntry.diskFile;
Expand Down

0 comments on commit 34c862e

Please sign in to comment.