summaryrefslogtreecommitdiff
path: root/plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java')
-rw-r--r--plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java b/plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java
index 5a551f54de..8c20bb6d87 100644
--- a/plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java
+++ b/plugins/repository-azure/src/main/java/org/elasticsearch/cloud/azure/storage/AzureStorageService.java
@@ -19,8 +19,8 @@
package org.elasticsearch.cloud.azure.storage;
-import com.microsoft.azure.storage.StorageException;
import com.microsoft.azure.storage.LocationMode;
+import com.microsoft.azure.storage.StorageException;
import org.elasticsearch.common.blobstore.BlobMetaData;
import java.io.InputStream;