Skip to content

Commit

Permalink
fix: package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Sep 2, 2020
1 parent 9c1d078 commit 2e9f671
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -19,7 +19,10 @@
import static com.google.cloud.storage.Acl.Project.ProjectRole.VIEWERS;
import static com.google.cloud.storage.Acl.Role.READER;
import static com.google.cloud.storage.Acl.Role.WRITER;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;

import com.google.api.services.storage.model.StorageObject;
import com.google.cloud.storage.Acl.Project;
Expand Down

0 comments on commit 2e9f671

Please sign in to comment.