[errorprone] Suppress Finally error in ObjectDownloadListener

Change-Id: I20af1d8d931608e93fbc52e127f1b7bafd2f917c
This commit is contained in:
Matthias Sohn 2022-01-12 17:45:26 +01:00
parent 8b00cb9324
commit 6fde4d3a6c
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ public ObjectDownloadListener(FileLfsRepository repository,
*
* Write file content
*/
@SuppressWarnings("Finally")
@Override
public void onWritePossible() throws IOException {
while (out.isReady()) {