> @@ -44,8 +45,19 @@
> @RequestFilters(BasicAuthentication.class)
> @Path("/v{jclouds.api-version}")
> public interface AccountAsyncClient {
> + public static String ACTIVE_PACKAGE_MASK = "id;name";If this is only used in one place, inline? After all, "objectMask" below is not a constant either. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r7000416
