Skip to content

Commit 97cb6b8

Browse files
committed
Apply feedback
1 parent ac584a6 commit 97cb6b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

plugins/repository-azure/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.elasticsearch.gradle.test.AntFixture
2-
31
/*
42
* Licensed to Elasticsearch under one or more contributor
53
* license agreements. See the NOTICE file distributed with
@@ -18,6 +16,7 @@ import org.elasticsearch.gradle.test.AntFixture
1816
* specific language governing permissions and limitations
1917
* under the License.
2018
*/
19+
import org.elasticsearch.gradle.test.AntFixture
2120

2221
esplugin {
2322
description 'The Azure Repository plugin adds support for Azure storage repositories.'

plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureStorageTestServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ private static List<String> objectsPaths(final String path) {
328328
}
329329

330330
/**
331-
* Retrieves the object name from all derives paths named {pathX} where 0 <= X < 10.
331+
* Retrieves the object name from all derived paths named {pathX} where 0 <= X < 10.
332332
*
333333
* This is the counterpart of {@link #objectsPaths(String)}
334334
*/

0 commit comments

Comments
 (0)