Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d11e6c6d authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

chore: remove and update comments

- InstantJsonParser
- GitlabReleaseInfo
parent 09dbb33e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ import retrofit2.http.GET
import retrofit2.http.Path

/*
Those API method client must fit with gitlab releases API
https://docs.gitlab.com/ee/api/releases/#download-a-release-asset
+These API client methods must conform to the GitLab Releases API.
+See: https://docs.gitlab.com/ee/api/releases/#download-a-release-asset
 */
interface GitlabReleaseApi {

+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@ import com.squareup.moshi.ToJson
import java.time.Instant
import java.time.format.DateTimeFormatter

//todo Instant is not available in Android API 25 which is the minimum used.
// 3 option: replace Instant by another class, use a third party library to make retrocompatibility
// or update android minimum api to at least API 26
class InstantJsonAdapter {

    companion object {