> + /** Container Sync To */ > + public static final String CONTAINER_SYNC_TO = "X-Container-Sync-To"; > + > + /** Swift CORS Container Headers */ > + public static final String ACCESS_CONTROL_ALLOW_HEADERS = > "X-Container-Meta-Access-Control-Allow-Headers"; > + public static final String ACCESS_CONTROL_ALLOW_ORIGIN = > "X-Container-Meta-Access-Control-Allow-Origin"; > + public static final String ACCESS_CONTROL_EXPOSE_HEADERS = > "X-Container-Meta-Access-Control-Expose-Headers"; > + public static final String ACCESS_CONTROL_MAX_AGE = > "X-Container-Meta-Access-Control-Max-Age"; > + > + /** > + * This mode is normally only active for anonymous requests. > + * To use it with authenticated requests, set the header > <code>X-Web-Mode: true</code> on the request. > + */ > + public static final String WEB_MODE = "X-Web-Mode"; > + > + /** Static Web Headers */
Should be a `/*...*/` and not a Javadoc comment --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383813
