parent
85214d2326
commit
da189c151f
|
@ -187,11 +187,6 @@ public class DpTechBypassAbilityImpl extends DpTechAbilityImpl {
|
|||
disposeObjectCache.remove(entry.getKey());
|
||||
}
|
||||
}
|
||||
// for (String v : disposeObjectCache.keySet()) {
|
||||
// if (disposeObjectCache.get(v).equals(objName)) {
|
||||
// disposeObjectCache.remove(v);
|
||||
// }
|
||||
// }
|
||||
|
||||
return ErrorCode.ERR_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue