Skip to content

Commit 105ea0a

Browse files
committed
Check javadoc exception
1 parent d6ad0fa commit 105ea0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topic/src/main/java/tech/ydb/topic/TopicClient.java

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

0 commit comments

Comments
 (0)