> + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.googlecloudstorage.domain; > + > +import static com.google.common.base.Objects.equal; > +import static com.google.common.base.Objects.toStringHelper; > +import static com.google.common.base.Preconditions.checkNotNull; > + > +import java.beans.ConstructorProperties; > +import java.net.URI; > + > +import com.google.common.base.Objects; > + > +/** > + * Represents a DefaultObjectAccessControls Resource *
Should the trailing asterisk be on the following line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/29/files#r13941270
