Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 19ae3a0

Browse files
author
Eduard Ablekimov
committed
Unnecessary change
1 parent 5ff6590 commit 19ae3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest-fetcher/src/main/java/com/ackee/versionupdatehandler/RestVersionFetcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import retrofit2.http.GET
2121
class RestVersionFetcher(
2222
private val baseUrl: String,
2323
private val currentAttributeName: String = CURRENT_VERSION,
24-
private val minimalAttributeName: String = MINIMAL@_VERSION
24+
private val minimalAttributeName: String = MINIMAL_VERSION
2525
) : VersionFetcher {
2626

2727
companion object {

0 commit comments

Comments
 (0)