mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57:49 +08:00
去除多余注释
This commit is contained in:
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
Block a user