Compare commits

..

2 Commits

Author SHA1 Message Date
5591b8abab Make method synchronized
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-14 23:30:57 +01:00
5afb398299 Update DroneCI config 2023-01-14 23:27:50 +01:00

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;