Skip to content

Commit d58e8a8

Browse files
---
yaml --- r: 3015 b: refs/heads/gcs-nio c: ab18107 h: refs/heads/master i: 3013: 9ba806a 3011: 58fab74 3007: 2670b3c
1 parent 00667de commit d58e8a8

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

  • branches/gcs-nio/gcloud-java-storage/src/main/java/com/google/gcloud/storage

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1313
refs/heads/compute-alpha: b1274b5bdf4eea955f3588b56378a5ae4ba59cef
1414
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1515
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
16-
refs/heads/gcs-nio: 745e1f3a82c7c2e9647773b53eeb54c8de788567
16+
refs/heads/gcs-nio: ab18107395f5a8b8ca6b18a8fa40b3f48516abf6

branches/gcs-nio/gcloud-java-storage/src/main/java/com/google/gcloud/storage/BlobInfo.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,8 @@ Builder owner(Acl.Entity owner) {
308308
return this;
309309
}
310310

311-
<<<<<<< HEAD
312-
/**
313-
* Sets the blob's size in bytes.
314-
*/
315-
public Builder size(Long size) {
316-
=======
317311
@Override
318312
Builder size(Long size) {
319-
>>>>>>> master
320313
this.size = size;
321314
return this;
322315
}

0 commit comments

Comments
 (0)