Skip to content

Commit

Permalink
Java to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Apr 28, 2024
1 parent a4586df commit d0ddffe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package ch.bailu.aat_lib.service.tracker

import ch.bailu.aat_lib.gpx.GpxInformationProvider

interface TrackerServiceInterface : StateInterface, GpxInformationProvider {
fun getPresetIndex(): Int
}

This file was deleted.

5 changes: 5 additions & 0 deletions aat-lib/src/main/java/ch/bailu/aat_lib/util/WithStatusText.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package ch.bailu.aat_lib.util

interface WithStatusText {
fun appendStatusText(builder: StringBuilder)
}

0 comments on commit d0ddffe

Please sign in to comment.