Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
Backport gone wrong due to other PR not being backported to this branch
  • Loading branch information
ywelsch committed Jun 1, 2018
1 parent bc9c72e commit b1cd8a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public void testPre63CustomsFiltering() {
.putCustom(whiteListedClusterCustom, new RestoreInProgress())
.putCustom("other", new RestoreInProgress())
.metaData(MetaData.builder()
.putCustom(whiteListedMetaDataCustom, new RepositoriesMetaData(Collections.emptyList()))
.putCustom("other", new RepositoriesMetaData(Collections.emptyList()))
.putCustom(whiteListedMetaDataCustom, new RepositoriesMetaData())
.putCustom("other", new RepositoriesMetaData())
.build())
.build();

Expand Down

0 comments on commit b1cd8a3

Please sign in to comment.