去除多余注释
parent
a412f9c2d4
commit
f5a7b958b6
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue