Skip to content

Commit af42653

Browse files
Googlercopybara-github
Googler
authored andcommitted
Automatic code cleanup.
PiperOrigin-RevId: 381770833
1 parent 766cd0e commit af42653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/google/devtools/build/lib/remote/ByteStreamUploader.java

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ public ListenableFuture<Void> uploadBlobAsync(
229229
* @param chunker the data to upload.
230230
* @param forceUpload if {@code false} the blob is not uploaded if it has previously been
231231
* uploaded, if {@code true} the blob is uploaded.
232-
* @throws IOException when reading of the {@link Chunker}s input source fails
233232
*/
234233
public ListenableFuture<Void> uploadBlobAsync(
235234
RemoteActionExecutionContext context, Digest digest, Chunker chunker, boolean forceUpload) {

0 commit comments

Comments
 (0)