Make method synchronized
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2023-01-14 23:30:57 +01:00
parent 5afb398299
commit 5591b8abab
1 changed files with 1 additions and 1 deletions

View File

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