Fixing squid:S1118 - Utility classes should not have public constructors
This commit is contained in:
@ -29,6 +29,9 @@ public class DbManager {
|
||||
|
||||
private static HashMap<String, UserAccount> virtualDB;
|
||||
|
||||
private DbManager() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create DB
|
||||
*/
|
||||
|
Reference in New Issue
Block a user