Skip to content

Commit f000b65

Browse files
Dhriti07Dhriti Chopra
andauthored
chore: typo fix (#3472)
Co-authored-by: Dhriti Chopra <dhritichopra@google.com>
1 parent 1b92e37 commit f000b65

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

google-cloud-storage/src/main/java/com/google/cloud/storage/multipartupload/model/AbortMultipartUploadResponse.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
*/
1616
package com.google.cloud.storage.multipartupload.model;
1717

18-
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
19-
2018
/**
2119
* Represents a response to an abort multipart upload request. This class is currently empty as the
2220
* abort operation does not return any specific data in its response body.
2321
*
2422
* @since 2.60.0
2523
*/
26-
@JacksonXmlRootElement(localName = "AbortMultipartUploadResponse")
2724
public final class AbortMultipartUploadResponse {}

google-cloud-storage/src/main/java/com/google/cloud/storage/multipartupload/model/UploadPartRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public String crc32c() {
101101
* @return the user-project.
102102
* @see <a
103103
* href="https://docs.cloud.google.com/storage/docs/xml-api/reference-headers#xgooguserproject">x-goog-user-project</a>
104-
* @since 2.61
104+
* @since 2.61.0
105105
*/
106106
public String userProject() {
107107
return userProject;

0 commit comments

Comments
 (0)