> @@ -384,7 +400,7 @@ public static DockerTemplateOptions
> overrideLoginCredentials(LoginCredentials cr
> }
>
> /**
> - * @see TemplateOptions#blockUntilRunning
> + * @see TemplateOptions#blockUntilRunning(boolean)
> */
> public static DockerTemplateOptions blockUntilRunning(boolean
> blockUntilRunning) {
> DockerTemplateOptions options = new DockerTemplateOptions();
The code is using the pattern found in other similar classes, see
`SoftLayerTemplateOptions` and so on. If we're going to change this would it
not make more sense to change _all_ of these in a separate pull request?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/178/files#r32994528