Compare commits
19 Commits
5591b8abab
...
a699898f3e
| Author | SHA1 | Date | |
|---|---|---|---|
| a699898f3e | |||
| 4124ea5207 | |||
| 1827777968 | |||
| bdefd613fb | |||
| c0d0279a76 | |||
| a285eee1fe | |||
| 44ff84e4a0 | |||
| 0db1c741eb | |||
| 86b327ad40 | |||
| a8a1add708 | |||
| eb402152d9 | |||
| d4be567f00 | |||
| 8dc2c96fbe | |||
| 091d94a855 | |||
| b3ad05a25b | |||
| 3f07de7a2c | |||
| 9302ef867f | |||
| b43be5ec31 | |||
| 900fc7f43a |
@@ -101,7 +101,7 @@ public class Cache
|
||||
*
|
||||
* @param v the verbosity boolean value
|
||||
*/
|
||||
public static synchronized void setVerbose(boolean v)
|
||||
public static void setVerbose(boolean v)
|
||||
{
|
||||
verbose = v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user