We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560cc58 commit 539f261Copy full SHA for 539f261
server/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java
@@ -440,7 +440,7 @@ public static String getRepositoryDataBlobName(long repositoryGeneration) {
440
441
private final NamedXContentRegistry namedXContentRegistry;
442
443
- protected BigArrays bigArrays;
+ protected final BigArrays bigArrays;
444
445
/**
446
* Flag that is set to {@code true} if this instance is started with {@link #metadata} that has a higher value for
0 commit comments