From 36db596c334882878180b6fbe465deec6c803bd7 Mon Sep 17 00:00:00 2001 From: Darius Maitia Date: Mon, 5 Aug 2024 12:05:55 +0200 Subject: [PATCH] Fix ZPubThr example imports (#142) --- examples/src/main/kotlin/io.zenoh/ZPubThr.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/src/main/kotlin/io.zenoh/ZPubThr.kt b/examples/src/main/kotlin/io.zenoh/ZPubThr.kt index f031b7ad5..24dd87919 100644 --- a/examples/src/main/kotlin/io.zenoh/ZPubThr.kt +++ b/examples/src/main/kotlin/io.zenoh/ZPubThr.kt @@ -23,9 +23,9 @@ import com.github.ajalt.clikt.parameters.types.int import com.github.ajalt.clikt.parameters.types.ulong import io.zenoh.prelude.KnownEncoding import io.zenoh.keyexpr.intoKeyExpr +import io.zenoh.prelude.CongestionControl import io.zenoh.prelude.Encoding -import io.zenoh.publication.CongestionControl -import io.zenoh.publication.Priority +import io.zenoh.prelude.Priority import io.zenoh.value.Value class ZPubThr(private val emptyArgs: Boolean) : CliktCommand(