> @@ -32,31 +30,30 @@ > * @see <a href= "https://developers.google.com/storage/docs/cross-origin" /> > */ > > -public final class BucketCors { > - private final Set<String> origins; > - private final Set<String> methods; > - private final Set<String> responseHeaders; > +public class BucketCors { > + private final Set<String> origin ; > + private final Set<String> method ; > + private final Set<String> responseHeader ;
[minor] Remove space before the `;`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/33/files#r14633596
