This commit is contained in:
2023-04-25 16:31:28 +03:00
parent a6f6b8907d
commit 7978ea6161

View File

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