File tree Expand file tree Collapse file tree
branches/gcs-nio/gcloud-java-storage/src/main/java/com/google/gcloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1313refs/heads/compute-alpha: b1274b5bdf4eea955f3588b56378a5ae4ba59cef
1414refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1515refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
16- refs/heads/gcs-nio: 745e1f3a82c7c2e9647773b53eeb54c8de788567
16+ refs/heads/gcs-nio: ab18107395f5a8b8ca6b18a8fa40b3f48516abf6
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments