3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 10:45:51 +00:00

Wallet: suppress an invalid static analysis warning.

This commit is contained in:
Mike Hearn 2015-03-03 11:02:44 -08:00
parent 59e06c0a9b
commit 6c733b2f22

View File

@ -3029,6 +3029,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
}
// Runs any balance futures in the user code thread.
@SuppressWarnings("FieldAccessNotGuarded")
private void checkBalanceFuturesLocked(@Nullable Coin avail) {
checkState(lock.isHeldByCurrentThread());
Coin estimated = null;