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