mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +00: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
@ -433,7 +433,7 @@ public class Utils {
|
|||||||
/**
|
/**
|
||||||
* If non-null, overrides the return value of now().
|
* 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.
|
* Advances (or rewinds) the mock clock by the given number of seconds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user