> + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.googlecloudstorage.parse; > + > +import java.net.URI; > + > +import javax.ws.rs.Consumes; > +import javax.ws.rs.core.MediaType; > + > +import org.jclouds.googlecloudstorage.domain.BucketAccessControls; > +import org.jclouds.googlecloudstorage.domain.BucketAccessControls.Role; > +import > org.jclouds.googlecloudstorage.internal.BaseGoogleCloudStorageParseTest; > + > +/** > + * @author Bhathiya Supun
Please remove author tag. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/27/files#r13830705
