去除多余注释

结构优化
648540858 2024-01-30 21:16:23 +08:00
parent a412f9c2d4
commit f5a7b958b6
1 changed files with 1 additions and 6 deletions

View File

@ -46,18 +46,13 @@ public class RecordEndEventListener implements ApplicationListener<RecordEndEven
/** /**
* *
* @param device
* @param channelId
* @param recordEndEventHandler
*/ */
public void addEndEventHandler(String device, String channelId, RecordEndEventHandler recordEndEventHandler) { public void addEndEventHandler(String device, String channelId, RecordEndEventHandler recordEndEventHandler) {
logger.info("录像查询事件添加监听deviceId{}, channelId: {}", device, channelId); logger.info("录像查询事件添加监听deviceId{}, channelId: {}", device, channelId);
handlerMap.put(device + channelId, recordEndEventHandler); handlerMap.put(device + channelId, recordEndEventHandler);
} }
/** /**
* *
* @param device
* @param channelId
*/ */
public void delEndEventHandler(String device, String channelId) { public void delEndEventHandler(String device, String channelId) {
logger.info("录像查询事件移除监听deviceId{}, channelId: {}", device, channelId); logger.info("录像查询事件移除监听deviceId{}, channelId: {}", device, channelId);