去除多余注释

This commit is contained in:
648540858 2024-01-30 21:16:23 +08:00
parent a412f9c2d4
commit f5a7b958b6

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) {
logger.info("录像查询事件添加监听deviceId{}, channelId: {}", device, channelId);
handlerMap.put(device + channelId, recordEndEventHandler);
}
/**
* 添加
* @param device
* @param channelId
* 删除
*/
public void delEndEventHandler(String device, String channelId) {
logger.info("录像查询事件移除监听deviceId{}, channelId: {}", device, channelId);