>  
>  public abstract class BaseProfitBricksRequestBinder<T> implements MapBinder {
>  
> +   protected Supplier<URI> endpointSupplier;

This should be declared final and added as a parameter to the constructor. You 
want to make sure this is always set by subclasses, ottherwise NPEs might 
appear (there is no need to annotate with `@Inject` or `@Provider` here; the 
way the supplier is used is up to the subclasses).

---
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/pull/245/files/81d75cae7650c99b9c7a2657d5dec2be56163558#r56316951

Reply via email to