> @@ -67,8 +66,8 @@
> public static final String PROPERTY_NS_NAME_LEN_MAX =
> "jclouds.dns_name_length_max";
>
> /** TODO javadoc */
> - public static final TypeToken<RestContext<SessionApi, SessionAsyncApi>>
> SESSION_CONTEXT_TYPE =
> - new TypeToken<RestContext<SessionApi, SessionAsyncApi>>() {
> + public static final TypeToken<ApiContext<SessionApi>>
> SESSION_CONTEXT_TYPE =
> + new TypeToken<ApiContext<SessionApi>>() {
nope. only used in a test. removed that and the other unused constants.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/83/files#r18437098