Skip to content

Commit

Permalink
remove serialversionUID field
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazanyich committed Oct 31, 2023
1 parent 5176fb2 commit 2202337
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ private[json] class ImmutableLinkedHashMap[A, +B](underlying: JLinkedHashMap[A,
with Map[A, B]
with MapLike[A, B, ImmutableLinkedHashMap[A, B]] with DefaultSerializable {

private val serialVersionUID = -2338626292552177485L
override def get(key: A): Option[B] = Option(underlying.get(key))

override def +[V1 >: B](kv: (A, V1)): Map[A, V1] = {
Expand Down

0 comments on commit 2202337

Please sign in to comment.