Skip to content

Commit

Permalink
Merge pull request #6 from Shrutipavasiya/dev/vishal
Browse files Browse the repository at this point in the history
fix: issue #4, adding comment to empty class.
  • Loading branch information
VishalPeruma1 authored Feb 11, 2024
2 parents a479068 + 4883bb2 commit bc13986
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/de/dennisguse/opentracks/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/main/java/de/dennisguse/opentracks/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/main/java/de/dennisguse/opentracks/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/main/java/de/dennisguse/opentracks/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ public void configureUI(DataField dataField) {

@Override
public void onChanged(UnitSystem unitSystem, RecordingData data) {
// Do nothing.

}
}

0 comments on commit bc13986

Please sign in to comment.