> @@ -50,6 +52,10 @@
>      public static final String JCLOUDS_CHEF_VALIDATOR_KEY_FILE = 
> "JCLOUDS_CHEF_VALIDATOR_KEY_FILE";
>      public static final String JCLOUDS_CHEF_VALIDATOR_CREDENTIAL = 
> "JCLOUDS_CHEF_VALIDATOR_CREDENTIAL";
>      public static final String JCLOUDS_CHEF_ENDPOINT = 
> "JCLOUDS_CHEF_ENDPOINT";
> +    
> +    public static final TypeToken<ApiContext<ChefApi>> CHEF_TOKEN = new 
> TypeToken<ApiContext<ChefApi>>() {
> +       private static final long serialVersionUID = 1L;

In this case, I think there's no need to propagate the warnings everywhere. It 
looks cleaner to me this way. WDYT?

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

Reply via email to