Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro committed Mar 15, 2024
1 parent 4f51449 commit 4861c85
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -672,8 +672,8 @@ protected String fmtFields(String randomKey, String ultimateObjectName, String p
}

/**
* A Decorator which is used to manipulate metadata fields, specifically on the part objects created in
* a Parallel Composite Upload
* A Decorator which is used to manipulate metadata fields, specifically on the part objects
* created in a Parallel Composite Upload
*
* @see #withPartMetadataFieldDecorator(PartMetadataFieldDecorator)
* @since 2.36.0 This new api is in preview and is subject to breaking changes.
Expand All @@ -688,8 +688,8 @@ public abstract static class PartMetadataFieldDecorator implements Serializable
* A decorator that is used to manipulate the Custom Time Metadata field of part files. {@link
* BlobInfo#getCustomTimeOffsetDateTime()}
*
* <p>When provided with a duration, a time in the future will be calculated for each part object
* upon upload, this new value can be used in OLM rules to cleanup abandoned part files.
* <p>When provided with a duration, a time in the future will be calculated for each part
* object upon upload, this new value can be used in OLM rules to cleanup abandoned part files.
*
* <p>See [CustomTime OLM
* documentation](https://cloud.google.com/storage/docs/lifecycle#dayssincecustomtime)
Expand Down

0 comments on commit 4861c85

Please sign in to comment.