Description
Lets change signature from Future<String> restartInstances(String runnable, int instanceId, int... moreInstanceIds) to Future<String> restartInstances(String runnable, Interger instanceId, Integer... moreInstanceIds) so it will be easier to convert from collections to vararg
Attachments
Issue Links
- links to