Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
“zzxxiansheng committed Apr 29, 2024
1 parent 5f17c47 commit 5bb9975
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public List<DetailConfigsVO> getInstanceDetailConfigs(@Validated @RequestBody Ge
Map<String, ConfigEntity> stringStringConcurrentHashMap = configService.selectDefaultConfig(getConfigsListDTO.getBusinessType(),
getConfigsListDTO.getInstanceType());
ArrayList<DetailConfigsVO> showDetailConfigsVOS = new ArrayList<>();
System.out.println(stringStringConcurrentHashMap.get("eventMesh.server.global.scheduler"));
configEntityList.forEach(n -> {
DetailConfigsVO showDetailConfigsVO = new DetailConfigsVO();
ConfigEntity defaultConfig = stringStringConcurrentHashMap.get(n.getConfigName());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.eventmesh.dashboard.console.mapper.config.ConfigMapper;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map.Entry;
import java.util.Set;

Expand Down

0 comments on commit 5bb9975

Please sign in to comment.