Merge "[errorprone] Suppress FutureReturnValueIgnored in FileRepository#autoGc" into stable-6.0

This commit is contained in:
Matthias Sohn 2022-01-19 03:43:27 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit b55c224ef3
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ private boolean shouldAutoDetach() {
}
/** {@inheritDoc} */
@SuppressWarnings("FutureReturnValueIgnored")
@Override
public void autoGC(ProgressMonitor monitor) {
GC gc = new GC(this);