mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
Silence a FindBugs warning in Utils.
This isn't a real bug as unit tests aren't multi-threaded, but the analysis can't know that.
This commit is contained in:
parent
5a16a3d3fe
commit
b780c6f191
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ public class Utils {
|
|||
/**
|
||||
* If non-null, overrides the return value of now().
|
||||
*/
|
||||
public static Date mockTime;
|
||||
public static volatile Date mockTime;
|
||||
|
||||
/**
|
||||
* Advances (or rewinds) the mock clock by the given number of seconds.
|
||||
|
|
Loading…
Add table
Reference in a new issue