Skip to content

Commit

Permalink
Update StopRecording.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chauhan9674 authored Feb 16, 2024
1 parent e7563ff commit e6b014a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import de.dennisguse.opentracks.services.TrackRecordingService;
import de.dennisguse.opentracks.util.ExportUtils;

public class StopRecording extends AbstractAPIActivity {
public final class StopRecording extends AbstractAPIActivity {
protected void execute(TrackRecordingService service) {
RecordingData recordingData = service.getRecordingDataObservable().getValue();
Track.Id trackId = null;
Expand All @@ -24,9 +24,4 @@ protected void execute(TrackRecordingService service) {
protected boolean isPostExecuteStopService() {
return true;
}
// Empty finalizer declared as final
@Override
public final void finalize() {
// Empty finalizer
}
}

0 comments on commit e6b014a

Please sign in to comment.