6614cc73cc
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. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |