Skip to content

Commit 484fc7d

Browse files
committed
lint
1 parent 8084f47 commit 484fc7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/ParallelCompositeUploadBlobWriteSessionConfig.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ protected String fmtFields(String randomKey, String ultimateObjectName, String p
672672
}
673673

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

0 commit comments

Comments
 (0)