Skip to content

2022-June-26 - Prerelease - 2.6.991

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:57
e6c4d78
Speed up getListedTerritories() rule attachment. (#10772)

Use Ints.tryParse() to not rely on exception handling and switch order of operations to only try parsing if the rest fails.