Skip to content

Commit d7785a7

Browse files
committed
Fix doclint jdk 11
1 parent cf2295b commit d7785a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/repository-s3/src/test/java/org/elasticsearch/repositories/s3/AmazonS3Fixture.java

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

352352
/**
353-
* Retrieves the object name from all derives paths named {pathX} where 0 <= X < 10.
353+
* Retrieves the object name from all derives paths named {pathX} where 0 &lt;= X &lt; 10.
354354
*
355355
* This is the counterpart of {@link #objectsPaths(String)}
356356
*/

0 commit comments

Comments
 (0)