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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user