squid:S2293 - The diamond operator should be used
This commit is contained in:
@ -16,7 +16,7 @@ public class ServiceCache {
|
||||
private final Map<String, Service> serviceCache;
|
||||
|
||||
public ServiceCache() {
|
||||
serviceCache = new HashMap<String, Service>();
|
||||
serviceCache = new HashMap<>();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user