Skip to content

Commit d5903e2

Browse files
committed
more compilation fix
1 parent e610c1b commit d5903e2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/recovery/SearchableSnapshotRecoveryStateIntegrationTests.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,15 @@ public Map<String, Repository.Factory> getRepositories(
248248
) {
249249
return Collections.singletonMap(
250250
"test-fs",
251-
(projectId, metadata) -> new FsRepository(metadata, env, namedXContentRegistry, clusterService, bigArrays, recoverySettings)
251+
(projectId, metadata) -> new FsRepository(
252+
projectId,
253+
metadata,
254+
env,
255+
namedXContentRegistry,
256+
clusterService,
257+
bigArrays,
258+
recoverySettings
259+
)
252260
);
253261
}
254262
}

0 commit comments

Comments
 (0)