Make method synchronized
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5afb398299
commit
5591b8abab
@ -101,7 +101,7 @@ public class Cache
|
||||
*
|
||||
* @param v the verbosity boolean value
|
||||
*/
|
||||
public static void setVerbose(boolean v)
|
||||
public static synchronized void setVerbose(boolean v)
|
||||
{
|
||||
verbose = v;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user