]> source.dussan.org Git - jgit.git/commit
[errorprone] Suppress FutureReturnValueIgnored in FileRepository#autoGc 72/189572/2
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 12 Jan 2022 00:52:26 +0000 (01:52 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 18 Jan 2022 15:11:50 +0000 (16:11 +0100)
commit2fed62528a598a16bb9c5cd1df861aa8ab7f820a
tree341d51320b10475ab774f18e9d6300c54c122044
parent1e932c2e5289e965dea0314b230b6d3d94ea3bdb
[errorprone] Suppress FutureReturnValueIgnored in FileRepository#autoGc

Ignore the FutureReturnValueIgnored warning for the unused return value
of #gc.

Change-Id: I4e7a2f85d404962c01726f9a1d079fe4a6430a1b
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileRepository.java