> @@ -34,6 +34,10 @@ > */ > public static final String GOOGLE_PROJECT = "google"; > > + public static final String CENTOS_PROJECT = "centos-cloud"; > + > + public static final String DEBIAN_PROJECT = "debian-cloud";
For consistency's sake, we can of course keep this, but [according to the JLS](http://docs.oracle.com/javase/specs/jls/se7/html/jls-9.html#jls-9.3), they're all redundant: "Every field declaration in the body of an interface is implicitly public, static, and final. It is permitted to redundantly specify any or all of these modifiers for such fields." --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8321155
