Skip to content

Commit

Permalink
CLDR-17326 update per review
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Jan 31, 2024
1 parent cfff287 commit e215743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ public File[] getSourceDirectories() {
return sourceDirectories;
}

LoadingCache<String, List<File>> sourceDirCache =
private LoadingCache<String, List<File>> sourceDirCache =
CacheBuilder.newBuilder()
.build(
new CacheLoader<>() {
Expand Down

0 comments on commit e215743

Please sign in to comment.