This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change constructor visibility in SpeedOrPace class
Adjusted the visibility of the constructor in the `SpeedOrPace` abstract inner static class from public to protected. This aligns with best practices for abstract classes and clarifies its intended use. Ref: Issue regarding the visibility of the constructor in `SpeedOrPace`
- Loading branch information