Skip to content

Commit

Permalink
fixup! KTOR-7620 Make Url class @serializable and JVM Serializable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Dec 19, 2024
1 parent f555d1a commit 5f100bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ktor-http/jvm/test/io/ktor/tests/http/SerializableTest.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2014-2019 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
* Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/

package io.ktor.tests.http

import io.ktor.http.*
import io.ktor.junit.*
import io.ktor.test.junit.*
import kotlin.test.*

class SerializableTest {
Expand Down

0 comments on commit 5f100bf

Please sign in to comment.