> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.openstack.swift.v1.reference;
> +
> +/**
> + * This interface represents Swift HTTP header values.
> + * 
> + * @author Jeremy Daggett
> + */
> +public interface SwiftHeaders {
> +
> +   /** Storage URL */
> +   public static final String STORAGE_URL = "X-Storage-Url";

Don't need `public` in an interface?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383793

Reply via email to