mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 14:37:53 +08:00
修正拼写错误:重命名 ZLMMediaServerStatusManger 为 ZLMMediaServerStatusManager,node_manger.md 为 node_manager.md
This commit is contained in:
parent
1671716480
commit
22d6350778
@ -32,7 +32,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Component
|
@Component
|
||||||
public class ZLMMediaServerStatusManger {
|
public class ZLMMediaServerStatusManager {
|
||||||
|
|
||||||
private final Map<Object, MediaServer> offlineZlmPrimaryMap = new ConcurrentHashMap<>();
|
private final Map<Object, MediaServer> offlineZlmPrimaryMap = new ConcurrentHashMap<>();
|
||||||
private final Map<Object, MediaServer> offlineZlmsecondaryMap = new ConcurrentHashMap<>();
|
private final Map<Object, MediaServer> offlineZlmsecondaryMap = new ConcurrentHashMap<>();
|
||||||
Loading…
Reference in New Issue
Block a user