3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 23:03:04 +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:
Mike Hearn 2013-03-06 15:51:45 +01:00
parent 5a16a3d3fe
commit b780c6f191

View File

@ -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.