Skip to content

Commit 929030d

Browse files
committed
Fix if-match error on blob delete
1 parent 3739a1a commit 929030d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gcloud-java-storage/src/main/java/com/google/gcloud/spi/DefaultStorageRpc.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ private Storage.Objects.Delete deleteRequest(StorageObject blob, Map<Option, ?>
282282
.setIfMetagenerationMatch(IF_METAGENERATION_MATCH.getLong(options))
283283
.setIfMetagenerationNotMatch(IF_METAGENERATION_NOT_MATCH.getLong(options))
284284
.setIfGenerationMatch(IF_GENERATION_MATCH.getLong(options))
285-
.setIfGenerationMatch(100L)
286285
.setIfGenerationNotMatch(IF_GENERATION_NOT_MATCH.getLong(options));
287286
}
288287

0 commit comments

Comments
 (0)