Skip to content

Commit ccd84c3

Browse files
committed
make Project constructor public
1 parent ed351d4 commit ccd84c3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/google/gcloud/storage

1 file changed

+1
-1
lines changed

src/main/java/com/google/gcloud/storage/Acl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ enum ProjectRole {
186186
OWNERS, EDITORS, VIEWERS
187187
}
188188

189-
Project(ProjectRole pRole, String projectId) {
189+
public Project(ProjectRole pRole, String projectId) {
190190
super(Type.PROJECT, pRole.name().toLowerCase() + "-" + projectId);
191191
this.pRole = pRole;
192192
this.projectId = projectId;

0 commit comments

Comments
 (0)