Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RangeIntPublisher add explicit cast to int (#1443)
Motivation: RangeIntPublisher relies upon an implict case from long to int which is gaurded by a `min(int, long)` (where the int is non-negative). CodeQL highlights this as a warning. Modifications: - Add an explicit cast to int to be more clear this is intentional Result: CodeQL warning is resovled.
- Loading branch information