Skip to content

Commit

Permalink
feat: remove unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Apr 16, 2020
1 parent 8806d30 commit 96caf7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public Builder setPayloadFormat(PayloadFormat payloadFormat) {
return this;
}

/** GcpLaunchStage.Alpha */
public Builder setObjectNamePrefix(String objectNamePrefix) {
this.objectNamePrefix = objectNamePrefix;
return this;
Expand Down Expand Up @@ -197,7 +196,7 @@ public List<String> getEventTypes() {
}

/**
* Returns the list of additional attributes to attach to each Cloud PubSub message published for\
* Returns the list of additional attributes to attach to each Cloud PubSub message published for
* this notification subscription.
*
* @see <a href="https://cloud.google.com/storage/docs/access-control#About-Access-Control-Lists">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3252,7 +3252,6 @@ public void testBucketLogging() throws ExecutionException, InterruptedException
@Test
public void testGetNotification() {
Notification actualNotification = storage.getNotification(BUCKET, notification.getId());
System.out.println(actualNotification);
assertEquals(CUSTOM_ATTRIBUTES, actualNotification.getCustomAttributes());
assertEquals(PAYLOAD_FORMAT.name(), actualNotification.getPayloadFormat());
assertTrue(actualNotification.getTopic().contains(TOPIC.toString()));
Expand Down

0 comments on commit 96caf7b

Please sign in to comment.