File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google-cloud-storage/src/main/java/com/google/cloud/storage/multipartupload/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public String md5() {
6565 * Returns the CRC32C checksum of the uploaded part.
6666 *
6767 * @return The CRC32C checksum.
68- * @since 2.60 .0 This new api is in preview and is subject to breaking changes.
68+ * @since 2.61 .0 This new api is in preview and is subject to breaking changes.
6969 */
7070 @ BetaApi
7171 public String crc32c () {
@@ -155,7 +155,7 @@ public Builder md5(String md5) {
155155 *
156156 * @param crc32c The CRC32C checksum.
157157 * @return This builder.
158- * @since 2.60 .0 This new api is in preview and is subject to breaking changes.
158+ * @since 2.61 .0 This new api is in preview and is subject to breaking changes.
159159 */
160160 @ BetaApi
161161 public Builder crc32c (String crc32c ) {
You can’t perform that action at this time.
0 commit comments