parent
3c2312b295
commit
d3a5cc7348
|
@ -1,6 +1,5 @@
|
||||||
package com.dispose.ability.impl;
|
package com.dispose.ability.impl;
|
||||||
|
|
||||||
import com.dispose.common.CommonEnumHandler;
|
|
||||||
import com.dispose.common.ConstValue;
|
import com.dispose.common.ConstValue;
|
||||||
import com.dispose.common.DDoSAttackType;
|
import com.dispose.common.DDoSAttackType;
|
||||||
import com.dispose.common.DisposeCapacityType;
|
import com.dispose.common.DisposeCapacityType;
|
||||||
|
@ -884,13 +883,11 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
||||||
return new MulReturnType<>(ErrorCode.ERR_CALLDEVICE, null);
|
return new MulReturnType<>(ErrorCode.ERR_CALLDEVICE, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
log.info("----Finish DPTech Start Cleanup Task: {}, {}, {}", disposeObject, nfDirection,
|
log.info("----Finish DPTech Start Cleanup Task: {}", disposeObject);
|
||||||
CommonEnumHandler.codeOf(DpTechAttackType.class, attackType));
|
|
||||||
|
|
||||||
return new MulReturnType<>(ErrorCode.ERR_OK, null);
|
return new MulReturnType<>(ErrorCode.ERR_OK, null);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
log.error("----Exception DPTech Start Cleanup Task: {}, {}, {}", disposeObject, nfDirection,
|
log.error("----Exception DPTech Start Cleanup Task: {}", disposeObject);
|
||||||
CommonEnumHandler.codeOf(DpTechAttackType.class, attackType));
|
|
||||||
return new MulReturnType<>(ErrorCode.ERR_SYSTEMEXCEPTION, null);
|
return new MulReturnType<>(ErrorCode.ERR_SYSTEMEXCEPTION, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue