parent
f58852d598
commit
869a28918b
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue