Skip to content

Commit

Permalink
Merge pull request #24 from OmniaAlam/dev/Waqas
Browse files Browse the repository at this point in the history
Dev/waqas
  • Loading branch information
qureshiwaqas committed Feb 16, 2024
2 parents 4271ce5 + 2e3fbd8 commit a8a0980
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,13 @@ public Marker.Id insertMarker(String name, String category, String description,
return trackRecordingManager.insertMarker(name, category, description, photoUrl);
}

@Deprecated
@Deprecated(since = "14.0.0", forRemoval = true)
@VisibleForTesting
public TrackPointCreator getTrackPointCreator() {
return trackPointCreator;
}

@Deprecated
@Deprecated (forRemoval = false)
@VisibleForTesting
public TrackRecordingManager getTrackRecordingManager() {
return trackRecordingManager;
Expand Down Expand Up @@ -350,4 +350,4 @@ public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, @Null
trackPointCreator.onSharedPreferenceChanged(sharedPreferences, key);
notificationManager.onSharedPreferenceChanged(sharedPreferences, key);
}
}
}

0 comments on commit a8a0980

Please sign in to comment.