Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from rilling/rahul-40228461
Browse files Browse the repository at this point in the history
technical debit fixed Issue #115
  • Loading branch information
rahul-singh04 authored Oct 13, 2023
2 parents ecbbc1e + 7a93708 commit 1d004ad
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ public abstract static class SpeedOrPace extends GenericStatisticsViewHolder {

private final boolean reportSpeed;

//Change this constructor's visibility to protected
// public SpeedOrPace(boolean reportSpeed) {
// this.reportSpeed = reportSpeed;
// }
protected SpeedOrPace(boolean reportSpeed) {
this.reportSpeed = reportSpeed;
}
Expand Down

0 comments on commit 1d004ad

Please sign in to comment.