Skip to content

Commit

Permalink
chore: review cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Jul 12, 2023
1 parent 04362be commit a1a01f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -132,8 +132,6 @@ BufferedResumableUploadBuilder buffered(BufferHandle bufferHandle) {
// To ensure we are using the specified values at the point in time they are bound to the
// function read them into local variables which will be closed over rather than the class
// fields.
// ByteStringStrategy boundStrategy = byteStringStrategy;
// Hasher boundHasher = hasher;
RetryingDependencies boundDeps = deps;
ResultRetryAlgorithm<?> boundAlg = alg;
return (start, resultFuture) ->
Expand Down

0 comments on commit a1a01f8

Please sign in to comment.