mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix line-length in o/e/t/r/s/Features.java
This commit fixes a line-length checkstyle violation in o/e/t/r/s/Features.java.
This commit is contained in:
parent
6b298cb2b0
commit
575fa4e00a
@ -34,7 +34,8 @@ import java.util.List;
|
||||
*/
|
||||
public final class Features {
|
||||
|
||||
private static final List<String> SUPPORTED = Arrays.asList("stash_in_path", "groovy_scripting", "headers", "embedded_stash_key", "yaml");
|
||||
private static final List<String> SUPPORTED =
|
||||
Arrays.asList("stash_in_path", "groovy_scripting", "headers", "embedded_stash_key", "yaml");
|
||||
|
||||
private Features() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user