@@ -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 ) {
0 commit comments