Skip to content

Commit a9ba4d4

Browse files
authored
Stabilize querier (#301)
1 parent 9ae9ba9 commit a9ba4d4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

zenoh-java/src/commonMain/kotlin/io/zenoh/Session.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

zenoh-java/src/commonMain/kotlin/io/zenoh/query/Querier.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5857
class Querier internal constructor(val keyExpr: KeyExpr, val qos: QoS, private var jniQuerier: JNIQuerier?) :
5958
SessionDeclaration, AutoCloseable {
6059

0 commit comments

Comments
 (0)