File tree 2 files changed +2
-3
lines changed
src/test/java/org/elasticsearch/repositories/azure
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- import org.elasticsearch.gradle.test.AntFixture
2
-
3
1
/*
4
2
* Licensed to Elasticsearch under one or more contributor
5
3
* license agreements. See the NOTICE file distributed with
@@ -18,6 +16,7 @@ import org.elasticsearch.gradle.test.AntFixture
18
16
* specific language governing permissions and limitations
19
17
* under the License.
20
18
*/
19
+ import org.elasticsearch.gradle.test.AntFixture
21
20
22
21
esplugin {
23
22
description ' The Azure Repository plugin adds support for Azure storage repositories.'
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ private static List<String> objectsPaths(final String path) {
328
328
}
329
329
330
330
/**
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.
332
332
*
333
333
* This is the counterpart of {@link #objectsPaths(String)}
334
334
*/
You can’t perform that action at this time.
0 commit comments