REM:
1. 更新打包配置文件
This commit is contained in:
HuangXin 2021-01-25 15:43:35 +08:00
parent f58852d598
commit 869a28918b
2 changed files with 5 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<directory>${project.build.directory}</directory>
<outputDirectory>${file.separator}</outputDirectory>
<includes>
<include>phoenix_ddos_handle.jar</include>
<include>dispose_platform.jar</include>
</includes>
</fileSet>
<fileSet>

View File

@ -55,11 +55,6 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
* The Object prefix.
*/
private final String objectPrefix = "C";
/**
* The All cleanup devices.
*/
private String allCleanupDevices = "";
/**
* The Dp bypass manager.
*/
@ -68,6 +63,10 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
.protectStrategy(new Hashtable<>())
.tractionStrategyName(new Hashtable<>())
.build();
/**
* The All cleanup devices.
*/
private String allCleanupDevices = "";
/**
* The Timer cnt.
*/
@ -566,7 +565,6 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
for (DpProtectObject value : dpBypassManager.getProtectObject().values()) {
protectNames.add(value.getProtectName());
}
for (String protectName : protectNames) {