This commit is contained in:
2023-04-25 16:30:16 +03:00
parent d3e78978e8
commit a6f6b8907d

View File

@@ -28,7 +28,7 @@ class Platforms {
}
}
}
public void forEach(functor) { forEach(functor, [:]) }
public void forEach(functor) { forEach(new Map, functor) }
//@NonCPS
private Boolean filterDist(name, dist, whiteList, blackList) {