Make method synchronized
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bea 2023-01-14 23:30:57 +01:00
parent 5afb398299
commit 5591b8abab

View File

@ -101,7 +101,7 @@ public class Cache
* *
* @param v the verbosity boolean value * @param v the verbosity boolean value
*/ */
public static void setVerbose(boolean v) public static synchronized void setVerbose(boolean v)
{ {
verbose = v; verbose = v;