> @Provides
> @Singleton
> @Memoized
> - public Supplier<ProductPackage>
> getProductPackage(AtomicReference<AuthorizationException> authException,
> - @Named(PROPERTY_SESSION_INTERVAL) long seconds, final
> SoftLayerApi client,
> - @Named(PROPERTY_SOFTLAYER_VIRTUALGUEST_PACKAGE_NAME) final
> String virtualGuestPackageName) {
> + public Supplier<ContainerVirtualGuestConfiguration>
> getCreateObjectOptions(AtomicReference<AuthorizationException> authException,
> +
> @Named(PROPERTY_SESSION_INTERVAL) long
> +
> seconds, final SoftLayerApi api) {
Weird formatting here? Put the variable and the type in the same line.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r10275297