Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Apr 6, 2018
1 parent ac584a6 commit 97cb6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.elasticsearch.gradle.test.AntFixture

/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
Expand All @@ -18,6 +16,7 @@ import org.elasticsearch.gradle.test.AntFixture
* specific language governing permissions and limitations
* under the License.
*/
import org.elasticsearch.gradle.test.AntFixture

esplugin {
description 'The Azure Repository plugin adds support for Azure storage repositories.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private static List<String> objectsPaths(final String path) {
}

/**
* Retrieves the object name from all derives paths named {pathX} where 0 <= X < 10.
* Retrieves the object name from all derived paths named {pathX} where 0 <= X < 10.
*
* This is the counterpart of {@link #objectsPaths(String)}
*/
Expand Down

0 comments on commit 97cb6b8

Please sign in to comment.