mirror of https://github.com/apache/jclouds.git
JCLOUDS-331: Changed return type of TemplateBuilder.imageChooser
TemplateBuilderImpl -> TemplateBuilder
This commit is contained in:
parent
6e7c2c7e88
commit
ca8289b692
|
@ -177,7 +177,7 @@ public interface TemplateBuilder {
|
||||||
* If no function is supplied, jclouds will select one according to an internal strategy.
|
* If no function is supplied, jclouds will select one according to an internal strategy.
|
||||||
* This strategy may change from version to version.
|
* This strategy may change from version to version.
|
||||||
*/
|
*/
|
||||||
TemplateBuilderImpl imageChooser(Function<Iterable<? extends Image>,Image> imageChooser);
|
TemplateBuilder imageChooser(Function<Iterable<? extends Image>,Image> imageChooser);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configure this template to require the minimum cores below
|
* Configure this template to require the minimum cores below
|
||||||
|
|
Loading…
Reference in New Issue