2 Commits

Author SHA1 Message Date
bea 5591b8abab Make method synchronized
continuous-integration/drone/push Build is passing
2023-01-14 23:30:57 +01:00
bea 5afb398299 Update DroneCI config 2023-01-14 23:27:50 +01:00
@@ -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;