Skip to content

Commit 539f261

Browse files
committed
revert
1 parent 560cc58 commit 539f261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public static String getRepositoryDataBlobName(long repositoryGeneration) {
440440

441441
private final NamedXContentRegistry namedXContentRegistry;
442442

443-
protected BigArrays bigArrays;
443+
protected final BigArrays bigArrays;
444444

445445
/**
446446
* Flag that is set to {@code true} if this instance is started with {@link #metadata} that has a higher value for

0 commit comments

Comments
 (0)