> * ComputeService api = // get connection
> * templateBuilder.options(inboundPorts(22, 80, 8080, 443));
> - * Set<? extends NodeMetadata> set = api.createNodesInGroup(tag, 2,
> templateBuilder.build());
> - * <code>
> + * Set<? extends NodeMetadata> set = api.createNodesInGroup(tag, 2,
> templateBuilder.build());}</pre>
> */
> public class DockerTemplateOptions extends TemplateOptions implements
> Cloneable {
Given that this extends the `TemplateOptions` class I'd say to leave this
as-is, to avoid having a mixture of styles in one single class.
I agree this is something we can (and should) to in future PRs, but changing
the TemplateOptions class in compute and all providers, but that is out of the
scope of this PR.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/178/files#r32982211