|
@@ -27,7 +27,7 @@ public class HCNetSDKUtil {
|
|
|
private String userDir = System.getProperty("user.dir");
|
|
|
private String sourceDir = "HCNetSDK";
|
|
|
|
|
|
- List<ChannelInfo> channelInfoList = new ArrayList<>();
|
|
|
+ private List<ChannelInfo> channelInfoList = new ArrayList<>();
|
|
|
|
|
|
/*public static void main(String[] args) throws InterruptedException {
|
|
|
HCNetSDKUtil hcNetSDKUtil = new HCNetSDKUtil();
|