Skip to content

Commit 3b439df

Browse files
committed
final
1 parent 5ea61b1 commit 3b439df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/repository-azure/src/main/java/org/elasticsearch/repositories/azure/AzureStorageService.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
public class AzureStorageService extends AbstractComponent {
6262

63-
public static ByteSizeValue MIN_CHUNK_SIZE = new ByteSizeValue(1, ByteSizeUnit.BYTES);
64-
public static ByteSizeValue MAX_CHUNK_SIZE = new ByteSizeValue(64, ByteSizeUnit.MB);
63+
public static final ByteSizeValue MIN_CHUNK_SIZE = new ByteSizeValue(1, ByteSizeUnit.BYTES);
64+
public static final ByteSizeValue MAX_CHUNK_SIZE = new ByteSizeValue(64, ByteSizeUnit.MB);
6565

6666
// 'package' for testing
6767
volatile Map<String, AzureStorageSettings> storageSettings = emptyMap();

0 commit comments

Comments
 (0)