File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
topic/src/main/java/tech/ydb/topic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ default CompletableFuture<Result<ConsumerDescription>> describeConsumer(String p
168168 /**
169169 * Register custom codec implementation to TopicClient *
170170 *
171- * @param codec - codec identifier (must be > 10000)
171+ * @param codec - codec identifier (must be more than 10000)
172172 * @param customTopicCodec - custom implementation
173173 */
174174 void registerCodec (int codec , CustomTopicCodec customTopicCodec );
@@ -177,7 +177,7 @@ default CompletableFuture<Result<ConsumerDescription>> describeConsumer(String p
177177 /**
178178 * Unregister custom codec implementation
179179 *
180- * @param codec - codec identifier (must be > 10000)
180+ * @param codec - codec identifier (must be more than 10000)
181181 * @return implementation was before
182182 */
183183 CustomTopicCodec unregisterCodec (int codec );
You can’t perform that action at this time.
0 commit comments