Skip to content

Commit

Permalink
Merge pull request #2 from Shrutipavasiya/Shrutipavasiya
Browse files Browse the repository at this point in the history
Changed the visibility of this constructor to "protected".
  • Loading branch information
Shrutipavasiya authored Feb 11, 2024
2 parents 5f4cbd4 + 97006a4 commit 32e5f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public abstract static class SpeedOrPace extends GenericStatisticsViewHolder {

private final boolean reportSpeed;

public SpeedOrPace(boolean reportSpeed) {
protected SpeedOrPace(boolean reportSpeed) {
this.reportSpeed = reportSpeed;
}

Expand Down

0 comments on commit 32e5f55

Please sign in to comment.