Skip to content

Always call context explicitly in TrackSummaryTool methods

Stewart Martin-Haugh requested to merge smh/athena:context_TrackSummaryTool into 24.0

Remove convenience methods that pass currentContext and make clients either call currentContext() directly or (better) use their pre-existing ctx arguments.

Merge request reports