Skip to content

Commit 91d487c

Browse files
committed
Fix checkstyle error
1 parent 5ee9605 commit 91d487c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexSettingProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
*/
3232
public interface IndexSettingProvider {
3333
/**
34-
* Allows to provide default index {@link Settings} and custom index metadata for the given index on index creation and template validation.
34+
* Allows to provide default index {@link Settings} and custom index metadata for the given index
35+
* on index creation and template validation.
3536
*
3637
* @param indexName The name of the new index being created
3738
* @param dataStreamName The name of the data stream if the index being created is part of a data stream

0 commit comments

Comments
 (0)