Update Functions.java

This commit is contained in:
Jan Faracik 2025-01-09 16:41:09 +00:00
parent f4f8ec9bce
commit 701e7a7874
1 changed files with 0 additions and 1 deletions

View File

@ -2596,7 +2596,6 @@ public class Functions {
* Returns a grouped list of Detail objects for the given run
*/
@Restricted(NoExternalUse.class)
public static Map<Group, List<Detail>> getDetailsFor(Run<?, ?> object) {
public static Map<Group, List<Detail>> getDetailsFor(Run<?, ?> run) {
List<Detail> details = new ArrayList<>();