fix pmd problem
This commit is contained in:
parent
7d233e6f9f
commit
2af4c40330
@ -62,7 +62,7 @@ public class CoreOpsController {
|
||||
|
||||
@GetMapping(value = "/idInfo")
|
||||
public RestResult<Map<String, Map<Object, Object>>> idInfo() {
|
||||
Map<String, Map<Object, Object>> info = new HashMap<>();
|
||||
Map<String, Map<Object, Object>> info = new HashMap<>(10);
|
||||
idGeneratorManager.getGeneratorMap()
|
||||
.forEach(
|
||||
(resource, idGenerator) -> info.put(resource, idGenerator.info()));
|
||||
|
Loading…
Reference in New Issue
Block a user