OpenSearch/core
Colin Goodheart-Smithe 6614cc73cc Fixes compile error in Eclipse in ClusterRerouteRequestTests (#21400)
Before this change Eclipse (4.6.1) would show compile errors in `ClusterRerouteRequestTests` for the elements in `RANDOM_COMMAND_GENERATORS`. This seems to be because the eclipse compiler does not recognised that the elements in the list are all `Supplier`s of bjects that are subclasses of `AllocationCommand`.

This change fixes the problem by adding a generics hint to the `Arrays.toList()` call.
2016-11-08 10:26:55 +00:00
..
licenses Move licenses for core jar to core directory (#21383) 2016-11-07 15:29:35 -08:00
src Fixes compile error in Eclipse in ClusterRerouteRequestTests (#21400) 2016-11-08 10:26:55 +00:00
build.gradle Move licenses for core jar to core directory (#21383) 2016-11-07 15:29:35 -08:00