> +               public boolean isAvailable() {
> +                  return false;
> +               }
> +               @Override
> +               public String getName() {
> +                  return "agent-unavailable";
> +               }
> +            };
> +         }
> +      }
> +
> +      @Override
> +      public boolean isSshAgentAvailable() {
> +         return get().isAvailable();
> +      }
> +   }

Same comment as for the other variant above. And I guess there's little way to 
avoid duplicating this class in both places..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/312/files#r10924383

Reply via email to