Closed brianbolt closed 1 year ago
I see what looks like a function being removed but cannot tell what the impact of this is. Does the function call need to be removed as well?
No. This method was actually overriding its superclass method which was implementing ALMOST all of the same logic except for the top part which was the buggy part. That is, the function is still getting called but its the super implementation.
Description
Related Issue
ACAS-650
How Has This Been Tested?