Skip to content

Commit

Permalink
Corrected var to val
Browse files Browse the repository at this point in the history
  • Loading branch information
speekha committed Oct 21, 2020
1 parent 621547c commit 7278b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal data class Header(
@SerialName(NAME)
val name: String?,
@SerialName(VALUE)
var value: String?
val value: String?
) {
constructor(model: Model) : this(model.name, model.value)
}

0 comments on commit 7278b0b

Please sign in to comment.