[errorprone] InternalFetchConnection: Suppress CatchAndPrintStackTrace

Handled by the client side pipe handling.

See https://errorprone.info/bugpattern/CatchAndPrintStackTrace

Change-Id: I4ae19dbd0d20d1a75b6587ce7ad36f58cb58dbc2
This commit is contained in:
Matthias Sohn 2023-09-22 14:17:42 +02:00
parent f8d91c2736
commit 7b79feb078
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public InternalFetchConnection(PackTransport transport,
worker = new Thread("JGit-Upload-Pack") { //$NON-NLS-1$
@Override
@SuppressWarnings("CatchAndPrintStackTrace")
public void run() {
try {
final UploadPack rp = uploadPackFactory.create(req, remote);