【fix sonar】RabbitMqClient文件
This commit is contained in:
+1
-3
@@ -37,8 +37,6 @@ import java.util.Properties;
|
||||
@Configuration
|
||||
public class RabbitMqClient {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(RabbitMqClient.class);
|
||||
|
||||
private final RabbitAdmin rabbitAdmin;
|
||||
|
||||
private final RabbitTemplate rabbitTemplate;
|
||||
@@ -107,7 +105,7 @@ public class RabbitMqClient {
|
||||
}
|
||||
|
||||
|
||||
private Map sentObj = new HashMap<>();
|
||||
private Map<String,Object> sentObj = new HashMap<>();
|
||||
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user