You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.x] Simplify InternalOrder.isOrder a little (#122372) (#122393)
* Simplify InternalOrder.isOrder a little (#122372)
No need for recursion here. We don't allow nested compound order instances
so this thing works exactly as the JavaDoc states and we only need to check
one level down.
* update after review
---------
Co-authored-by: Dimitris Rempapis <[email protected]>
0 commit comments