File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
zenoh-java/src/commonMain/kotlin/io/zenoh Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,6 @@ class Session private constructor(private val config: Config) : AutoCloseable {
359359 * @return A [Querier] that will be undeclared on drop.
360360 * @throws ZError
361361 */
362- @Unstable
363362 @JvmOverloads
364363 @Throws(ZError ::class )
365364 fun declareQuerier (
@@ -627,7 +626,6 @@ class Session private constructor(private val config: Config) : AutoCloseable {
627626 } ? : throw (sessionClosedException)
628627 }
629628
630- @OptIn(Unstable ::class )
631629 private fun resolveQuerier (
632630 keyExpr : KeyExpr ,
633631 options : QuerierOptions
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ import java.util.concurrent.LinkedBlockingDeque
5454 * @param keyExpr The [KeyExpr] of the querier.
5555 * @param qos The [QoS] configuration of the querier.
5656 */
57- @Unstable
5857class Querier internal constructor(val keyExpr : KeyExpr , val qos : QoS , private var jniQuerier : JNIQuerier ? ) :
5958 SessionDeclaration , AutoCloseable {
6059
You can’t perform that action at this time.
0 commit comments