Skip to content

Commit 53cf5c2

Browse files
committed
---
yaml --- r: 6285 b: refs/heads/tswast-patch-1 c: 3e57ae7 h: refs/heads/master i: 6283: 6191487
1 parent c926811 commit 53cf5c2

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 194d2397c3f0a1a90bc91c9348f1e20d707d9be5
60+
refs/heads/tswast-patch-1: 3e57ae795e3b3b0388f2515818d727a5e2b4abc9
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-storage/src/main/java/com/google/gcloud/storage/Blob.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public BlobWriteChannel writer(BlobTargetOption... options) {
248248
* want to require users to explicitly log in.
249249
*
250250
* @param duration time until the signed URL expires, expressed in {@code unit}. The finer
251-
* granularity supported is 1 second, finer granularities will be truncated
251+
* granularity supported is 1 second, finer granularities will be truncated
252252
* @param unit time unit of the {@code duration} parameter
253253
* @param options optional URL signing options
254254
* @return a signed URL for this bucket and the specified options
@@ -272,7 +272,7 @@ public Storage storage() {
272272
* @param storage the storage service used to issue the request
273273
* @param infos the blobs to get
274274
* @return an immutable list of {@code Blob} objects. If a blob does not exist or access to it has
275-
* been denied the corresponding item in the list is {@code null}.
275+
* been denied the corresponding item in the list is {@code null}.
276276
* @throws StorageException upon failure
277277
*/
278278
public static List<Blob> get(final Storage storage, BlobInfo... infos) {
@@ -297,7 +297,7 @@ public Blob apply(BlobInfo f) {
297297
* @param storage the storage service used to issue the request
298298
* @param infos the blobs to update
299299
* @return an immutable list of {@code Blob} objects. If a blob does not exist or access to it has
300-
* been denied the corresponding item in the list is {@code null}.
300+
* been denied the corresponding item in the list is {@code null}.
301301
* @throws StorageException upon failure
302302
*/
303303
public static List<Blob> update(final Storage storage, BlobInfo... infos) {
@@ -322,8 +322,8 @@ public Blob apply(BlobInfo f) {
322322
* @param storage the storage service used to issue the request
323323
* @param infos the blobs to delete
324324
* @return an immutable list of booleans. If a blob has been deleted the corresponding item in the
325-
* list is {@code true}. If deletion failed or access to the resource was denied the item is
326-
* {@code false}.
325+
* list is {@code true}. If deletion failed or access to the resource was denied the item is
326+
* {@code false}.
327327
* @throws StorageException upon failure
328328
*/
329329
public static List<Boolean> delete(Storage storage, BlobInfo... infos) {

branches/tswast-patch-1/gcloud-java-storage/src/main/java/com/google/gcloud/storage/Storage.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ public static Builder builder() {
649649
*
650650
* @param blobInfo the blob associated with the signed URL
651651
* @param duration time until the signed URL expires, expressed in {@code unit}. The finer
652-
* granularity supported is 1 second, finer granularities will be truncated
652+
* granularity supported is 1 second, finer granularities will be truncated
653653
* @param unit time unit of the {@code duration} parameter
654654
* @param options optional URL signing options
655655
* @see <a href="https://cloud.google.com/storage/docs/access-control#Signed-URLs">Signed-URLs</a>
@@ -661,7 +661,7 @@ public static Builder builder() {
661661
*
662662
* @param blobInfos blobs to get
663663
* @return an immutable list of {@code BlobInfo} objects. If a blob does not exist or access to it
664-
* has been denied the corresponding item in the list is {@code null}.
664+
* has been denied the corresponding item in the list is {@code null}.
665665
* @throws StorageException upon failure
666666
*/
667667
List<BlobInfo> get(BlobInfo... blobInfos);
@@ -671,7 +671,7 @@ public static Builder builder() {
671671
*
672672
* @param blobInfos blobs to update
673673
* @return an immutable list of {@code BlobInfo} objects. If a blob does not exist or access to it
674-
* has been denied the corresponding item in the list is {@code null}.
674+
* has been denied the corresponding item in the list is {@code null}.
675675
* @throws StorageException upon failure
676676
*/
677677
List<BlobInfo> update(BlobInfo... blobInfos);
@@ -681,8 +681,8 @@ public static Builder builder() {
681681
*
682682
* @param blobInfos blobs to delete
683683
* @return an immutable list of booleans. If a blob has been deleted the corresponding item in the
684-
* list is {@code true}. If deletion failed or access to the resource was denied the item is
685-
* {@code false}.
684+
* list is {@code true}. If deletion failed or access to the resource was denied the item is
685+
* {@code false}.
686686
* @throws StorageException upon failure
687687
*/
688688
List<Boolean> delete(BlobInfo... blobInfos);

0 commit comments

Comments
 (0)