> +   private final Crypto crypto;
> +   private final Predicate<AtomicReference<Operation>> operationDone;
> +   
> +   @Inject
> +   ResetWindowsPassword(GoogleComputeEngineApi api, Crypto crypto, 
> Predicate<AtomicReference<Operation>> operationDone) {
> +      this.api = api;
> +      this.crypto = crypto;
> +      this.operationDone = operationDone;
> +   }
> +
> +   @Override
> +   public String apply(Map<String, ?> params) {
> +      String zone = (String)params.get("zone");
> +       final AtomicReference<Instance> instance = 
> (AtomicReference<Instance>)params.get("instance");
> +       userName = (String)params.get("userName");
> +       email = (String)params.get("email");

[minor] fix indentation.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/170/files/5d3a5e2ddeb7bd774eb6640c798939ffd957b5fd#r60573302

Reply via email to