Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Apr 7, 2022
1 parent c38411e commit b871886
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -847,8 +847,8 @@ public static SetStorageClassLifecycleAction newSetStorageClassAction(

/**
* Create a new {@code AbortIncompleteMultipartUploadAction}. An incomplete multipart upload
* will be aborted when the multipart upload meets the specified condition. Age is the
* only condition supported for this action.
* will be aborted when the multipart upload meets the specified condition. Age is the only
* condition supported for this action.
*/
public static LifecycleAction newAbortIncompleteMultipartUploadAction() {
return new AbortIncompleteMultipartUploadAction();
Expand Down Expand Up @@ -901,7 +901,9 @@ public StorageClass getStorageClass() {
public static class AbortIncompleteMultipartUploadAction extends LifecycleAction {
public static final String TYPE = "AbortIncompleteMultipartUpload";

private AbortIncompleteMultipartUploadAction() { super(TYPE); }
private AbortIncompleteMultipartUploadAction() {
super(TYPE);
}
}
}

Expand Down

0 comments on commit b871886

Please sign in to comment.